diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 2044ab0..d85e61e 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -138,35 +138,6 @@ input[type=radio] { | |||
| 138 | margin-top: 10px; | 138 | margin-top: 10px; |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | #navigation div { float: left; } | ||
| 142 | |||
| 143 | #navigation a:hover { | ||
| 144 | color: #ffffff; | ||
| 145 | background-color: #000000; | ||
| 146 | } | ||
| 147 | |||
| 148 | #navigation a.selected, | ||
| 149 | #metadata a.selected, | ||
| 150 | #overview_toggle a.selected { | ||
| 151 | color: #ffffff; | ||
| 152 | background-color: #000000; | ||
| 153 | } | ||
| 154 | |||
| 155 | #main_navigation a, | ||
| 156 | #metadata a, | ||
| 157 | #overview_toggle a { | ||
| 158 | letter-spacing: 1px; | ||
| 159 | padding-left: 5px; | ||
| 160 | padding-right: 5px; | ||
| 161 | padding-top: 1px; | ||
| 162 | padding-bottom: 1px; | ||
| 163 | } | ||
| 164 | |||
| 165 | #metadata a:hover { | ||
| 166 | color: #ffffff; | ||
| 167 | background-color: #ff9600; | ||
| 168 | } | ||
| 169 | |||
| 170 | .admin_content_spacer { | 141 | .admin_content_spacer { |
| 171 | clear: both; | 142 | clear: both; |
| 172 | margin-bottom: 40px; | 143 | margin-bottom: 40px; |
| @@ -1098,6 +1069,7 @@ div#draft_list table td.actions a { | |||
| 1098 | top: 2.75rem; | 1069 | top: 2.75rem; |
| 1099 | left: 0; | 1070 | left: 0; |
| 1100 | width: min(520px, 90vw); | 1071 | width: min(520px, 90vw); |
| 1072 | border-radius: 2px; | ||
| 1101 | border: 1px solid #000000; | 1073 | border: 1px solid #000000; |
| 1102 | -webkit-box-shadow: 3px 3px 5px #b1b1b1; | 1074 | -webkit-box-shadow: 3px 3px 5px #b1b1b1; |
| 1103 | box-shadow: 3px 3px 5px #b1b1b1; | 1075 | box-shadow: 3px 3px 5px #b1b1b1; |
| @@ -1107,7 +1079,10 @@ div#draft_list table td.actions a { | |||
| 1107 | } | 1079 | } |
| 1108 | 1080 | ||
| 1109 | #search_widget input { | 1081 | #search_widget input { |
| 1110 | width: calc(100% - 70px); | 1082 | width: 100%; |
| 1083 | box-sizing: border-box; | ||
| 1084 | padding: 8px 12px; | ||
| 1085 | border-radius: 2px; | ||
| 1111 | font-size: 18px; | 1086 | font-size: 18px; |
| 1112 | } | 1087 | } |
| 1113 | 1088 | ||
