diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 2caffd3..f7ef868 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -48,6 +48,16 @@ th { | |||
| 48 | width: 12px; | 48 | width: 12px; |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | span#flash_error { | ||
| 52 | color: #ffffff; | ||
| 53 | letter-spacing: 1px; | ||
| 54 | background-color: #ff9600; | ||
| 55 | padding-left: 5px; | ||
| 56 | padding-right: 5px; | ||
| 57 | padding-top: 1px; | ||
| 58 | padding-bottom: 1px; | ||
| 59 | } | ||
| 60 | |||
| 51 | /* Pagination */ | 61 | /* Pagination */ |
| 52 | 62 | ||
| 53 | div.pagination { | 63 | div.pagination { |
| @@ -87,6 +97,8 @@ div.pagination span.current, div.pagination a:hover { | |||
| 87 | letter-spacing: 1px; | 97 | letter-spacing: 1px; |
| 88 | padding-left: 5px; | 98 | padding-left: 5px; |
| 89 | padding-right: 5px; | 99 | padding-right: 5px; |
| 100 | padding-top: 1px; | ||
| 101 | padding-bottom: 1px; | ||
| 90 | text-transform: lowercase; | 102 | text-transform: lowercase; |
| 91 | } | 103 | } |
| 92 | 104 | ||
| @@ -260,7 +272,7 @@ textarea#page_abstract { | |||
| 260 | height: 600px; | 272 | height: 600px; |
| 261 | } | 273 | } |
| 262 | 274 | ||
| 263 | #page_editor #metadata, #page_editor #content { | 275 | #page_editor #metadata, #page_editor #content, #admin_overview { |
| 264 | margin-left: -125px; | 276 | margin-left: -125px; |
| 265 | } | 277 | } |
| 266 | 278 | ||
