Changeset 3468:5f0bb79dfa96
- Timestamp:
- 12/27/16 13:10:47 (9 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3467 r3468 2391 2391 font-size: 1.5em; 2392 2392 margin-bottom: 1em; } 2393 .box.current-theme .module-actions { 2394 display: flex; 2395 flex-wrap: wrap; } 2393 2396 2394 2397 .current-actions { … … 2396 2399 overflow: hidden; 2397 2400 padding-top: 2em; 2398 margin: 1.5em 0 2em;2399 2401 background: transparent url(../images/minus-theme.png) no-repeat left top; } 2400 .current-theme .current-actions {2401 position: absolute;2402 bottom: 0;2403 right: 18px; }2404 2402 2405 2403 #categories { -
admin/style/scss/partials/_blog_theme.scss
r3439 r3468 165 165 margin-bottom: 1em; 166 166 } 167 .module-actions { 168 display: flex; 169 flex-wrap: wrap; 170 } 167 171 } 168 172 … … 171 175 overflow: hidden; 172 176 padding-top: 2em; 173 margin: 1.5em 0 2em;174 177 background: transparent url(../images/minus-theme.png) no-repeat left top; 175 .current-theme & {176 position: absolute;177 bottom: 0;178 right: 18px;179 }180 178 }
Note: See TracChangeset
for help on using the changeset viewer.