mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
css fixes for index
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
-moz-border-radius: 20px;
|
||||
width: 88%;
|
||||
margin: 20px auto 0 auto;
|
||||
padding: 20px;
|
||||
padding: 22px;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
min-height: 155px;
|
||||
|
||||
@@ -112,7 +112,7 @@ div#logo { float: left; }
|
||||
ul#nav { margin-top: 25px; float: left; list-style-type: none; }
|
||||
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: #E133A5; }
|
||||
ul#nav li a:hover { background-color: #a3e532; }
|
||||
|
||||
div#searchbar { margin: 24px auto auto 30px; float: left; }
|
||||
|
||||
@@ -120,16 +120,17 @@ div#main { margin: 0; padding: 68px 0 0 0; }
|
||||
|
||||
table#artist_table { background-color: white; }
|
||||
|
||||
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#name { text-align: left; min-width: 225px; }
|
||||
table#artist_table th#album { text-align: center; min-width: 250px; }
|
||||
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; }
|
||||
table#artist_table td#reldate { width: 125px; text-align: center; }
|
||||
table#artist_table td#name { vertical-align: middle; text-align: left; }
|
||||
table#artist_table td#album { vertical-align: middle; text-align: center; }
|
||||
table#artist_table td#reldate { vertical-align: middle; width: 125px; text-align: center; }
|
||||
table#artist_table td#have { vertical-align: middle; text-align: center; }
|
||||
|
||||
div.progress-container { border: 1px solid #ccc; width: 100px; height: 14px; margin: 2px 5px 2px 0; padding: 1px; float: left; background: white; }
|
||||
div.progress-container > div { background-color: #ACE97C; height: 14px; }
|
||||
div.progress-container > div { background-color: #a3e532; height: 14px; }
|
||||
.havetracks { font-size: 13px; margin-left: 36px; }
|
||||
|
||||
footer { margin: 20px auto 20px auto; }
|
||||
|
||||
Reference in New Issue
Block a user