mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-15 13:34:00 +01:00
Solid index layout, edited jquerydataTables for empty databases
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
-moz-border-radius: 20px;
|
||||
width: 88%;
|
||||
margin: 20px auto 0 auto;
|
||||
padding: 25px;
|
||||
padding: 20px;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
min-height: 302px;
|
||||
min-height: 125px;
|
||||
clear: both;
|
||||
_height: 302px;
|
||||
zoom: 1; /* Feeling sorry for IE */
|
||||
@@ -198,7 +198,7 @@ table.display tr.even.gradeU {
|
||||
|
||||
|
||||
tr.odd {
|
||||
background-color: white;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
tr.even {
|
||||
@@ -238,7 +238,8 @@ tr.even {
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
height: 200px;
|
||||
background-color: white;
|
||||
height: 50px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
+7
-7
@@ -105,14 +105,14 @@ a:active {/*colour in NN4.xx is red*/
|
||||
|
||||
container { }
|
||||
|
||||
body { background-color: #EBF4FB; min-width: 906px; }
|
||||
header { height: 68px; width: 100%; min-width: 906px; padding: 0 10px 0 10px; background-color: #CDC9C9; position: fixed; top: 0; z-index: 999; }
|
||||
body { background-color: #EBF4FB; min-width: 907px; }
|
||||
header { height: 68px; width: 100%; min-width: 907px; padding: 0 10px 0 10px; background-color: #CDC9C9; position: fixed; top: 0; z-index: 999; }
|
||||
div#logo { float: left; }
|
||||
|
||||
ul#nav { margin-top: 25px; float: left; list-style-type: none; }
|
||||
ul#nav li { margin: 40px 5px auto 15px; display: inline; }
|
||||
ul#nav li { margin: 40px 5px auto 12px; display: inline; }
|
||||
ul#nav li a { font-size: 16px; font-weight: bold; color: #330000; text-decoration: none; }
|
||||
ul#nav li a:hover { background-color: #EE0000; }
|
||||
ul#nav li a:hover { background-color: #E133A5; }
|
||||
|
||||
div#searchbar { margin: 24px auto auto 30px; float: left; }
|
||||
|
||||
@@ -120,9 +120,9 @@ div#main { margin: 0; padding: 68px 0 0 0; }
|
||||
|
||||
table#artist_table { background-color: white; }
|
||||
|
||||
table#artist_table th#name { text-align: center; }
|
||||
table#artist_table th#album { text-align: center; }
|
||||
table#artist_table th#reldate { width: 125px; text-align: center; }
|
||||
table#artist_table th#name { text-align: center; min-width: 225px; }
|
||||
table#artist_table th#album { text-align: center; min-width: 200px; }
|
||||
table#artist_table th#reldate { width: 175px; text-align: center; min-width: 100px; }
|
||||
table#artist_table th#center { text-align: center; }
|
||||
table#artist_table td#name { text-align: left; }
|
||||
table#artist_table td#album { text-align: center; }
|
||||
|
||||
Reference in New Issue
Block a user