Changeset 26 for trunk/web-app
- Timestamp:
- Apr 5, 2011, 12:10:29 PM (11 years ago)
- Location:
- trunk/web-app/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/buttons.css
r14 r26 12 12 background-position: 3px 50%; 13 13 } 14 15 .options .separator { margin-left: 20px; } 14 16 15 17 #content .options a.disabled { color: #aaa; cursor: default; } -
trunk/web-app/css/datatables/demo_table_jui.css
r14 r26 27 27 */ 28 28 29 /** 30 This hack is needed to have IE7 position 31 the headers of the paginated table correctly. See also 32 www.satzansatz.de/cssd/onhavinglayout.html 33 **/ 34 .paginate { position: relative; zoom: 1; } 29 35 30 36 /* -
trunk/web-app/css/metagenomics.css
r25 r26 4 4 font: 11px normal Arial, Helvetica, sans-serif; 5 5 background-color: #fff; 6 } 6 text-align: center; 7 } 8 9 .container { margin: 0 auto; text-align: left; } 7 10 8 11 /*a:link, a:visited, a:hover {
Note: See TracChangeset
for help on using the changeset viewer.