Changeset 1814:53cc8fc5cad5 for admin
- Timestamp:
- 09/01/13 13:19:18 (12 years ago)
- Branch:
- Ticket #1539
- Parents:
- 1813:3ba988cd501f (diff), 1680:3b9bcc9f9d1c (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
r1678 r1814 34 34 a:hover, a:active, a:focus { 35 35 text-decoration: underline; 36 } 37 a.hide, a.button.hide, a.submit.hide { 38 display: none; 36 39 } 37 40 a img, a:link img, a:visited img { -
admin/style/default.css
r1812 r1814 578 578 padding: 1em 3em; 579 579 vertical-align: top; 580 border: 1px solid #ccc; 580 border: 1px solid #ddd; 581 border-collapse: collapse; 582 } 583 .db-item h3 { 584 font-weight: normal; 581 585 } 582 586 #dashboard-items img { … … 752 756 position: static; 753 757 } 754 .media-col-0 {758 /*.media-col-0 { 755 759 clear: left; 756 760 } … … 779 783 margin: 0 0 0 60px; 780 784 padding: 0; 781 } 785 }*/ 782 786 li.media-action { 783 787 display: block; … … 795 799 li.media-action input { 796 800 border: none; 801 } 802 .media-item { 803 position: relative; 804 border: 1px solid #ccc; 805 margin: 1em; 806 padding: 1em; 807 width: 300px; 808 height: 120px; 809 display: inline-block; 810 vertical-align: top; 811 } 812 div.media-list .media-item { 813 } 814 a.media-icon { 815 display: block; 816 border-bottom: none; 817 margin: 0 auto; 818 } 819 .media-icon img { 820 display: block; 821 } 822 .media-item ul { 823 display: block; 824 list-style: none; 825 margin: 0; 826 padding: 0; 797 827 } 798 828 /* ------------------------------------------------------------------ preferences */ … … 1306 1336 border-style: solid; 1307 1337 border-color: #e3e3e3; 1308 padding: .3em .5em;1338 padding: .3em 1em .3em .5em; 1309 1339 vertical-align: top; 1310 1340 } … … 1314 1344 border-color: #ccc; 1315 1345 background: #f3f3ff; 1316 padding: .3em .5em;1346 padding: .3em 1em .3em .5em; 1317 1347 vertical-align: top; 1318 1348 text-align: left; … … 1339 1369 white-space: nowrap; 1340 1370 vertical-align: top; 1371 } 1372 table .count { 1373 text-align: right; 1374 padding-right: 1.5em; 1341 1375 } 1342 1376 table.settings, table.prefs {
Note: See TracChangeset
for help on using the changeset viewer.