Changeset 2132:014b3b5a019f for admin/style
- Timestamp:
- 09/22/13 19:28:59 (12 years ago)
- Branch:
- Ticket #1548
- Parents:
- 2131:a1a18627d23d (diff), 2023:5ff03140b272 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2022 r2132 1258 1258 color: #000; 1259 1259 } 1260 a.form-control.open { 1261 background: url(../images/hide.png) no-repeat 4px center; 1262 } 1260 1263 #filters-form { 1261 1264 border: 1px dashed #999; -
admin/style/default.css
r2131 r2132 44 44 #content { 45 45 margin: 0 0 0 14em; 46 padding: . 75em 1.5em .75em 2.5em;46 padding: .5em 1.5em .75em 2.5em; 47 47 background: #fff; 48 48 } … … 59 59 clear: both; 60 60 position: relative; 61 z-index: 20;62 61 padding: .5em 1em .5em 0; 63 62 text-align: right; … … 1627 1626 #categories ul { 1628 1627 list-style: none; 1629 margin-top: 1em;1628 margin-top: 2em; 1630 1629 padding: 0; 1631 1630 }
Note: See TracChangeset
for help on using the changeset viewer.