diff options
Diffstat (limited to 'app/assets/stylesheets/admin')
-rw-r--r-- | app/assets/stylesheets/admin/layout.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index dbf84d2..f0017ed 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss | |||
@@ -152,6 +152,19 @@ body { | |||
152 | height: 100%; | 152 | height: 100%; |
153 | } | 153 | } |
154 | } | 154 | } |
155 | |||
156 | .halfbody-field { | ||
157 | height: 40%; | ||
158 | |||
159 | label { | ||
160 | display: none; | ||
161 | } | ||
162 | |||
163 | textarea { | ||
164 | width: 100%; | ||
165 | height: 100%; | ||
166 | } | ||
167 | } | ||
155 | } | 168 | } |
156 | 169 | ||
157 | #entries { | 170 | #entries { |