liquid_feedback_frontend
diff static/style.css @ 431:9ce4da0e0783
Set maximum width of application
| author | bsw | 
|---|---|
| date | Sat Mar 10 20:28:57 2012 +0100 (2012-03-10) | 
| parents | 54a7daa4d35c | 
| children | 85b6ff17d728 | 
   line diff
1.1 --- a/static/style.css Sat Mar 10 19:18:25 2012 +0100 1.2 +++ b/static/style.css Sat Mar 10 20:28:57 2012 +0100 1.3 @@ -60,6 +60,16 @@ 1.4 margin: 0; 1.5 } 1.6 1.7 +.page { 1.8 + max-width: 1130px; 1.9 + margin: 0 auto; 1.10 +} 1.11 + 1.12 +.topbar_content { 1.13 + max-width: 1104px; 1.14 + margin: 0 auto; 1.15 +} 1.16 + 1.17 table { 1.18 margin-top: 1ex; 1.19 } 1.20 @@ -159,7 +169,6 @@ 1.21 color-stop(0%, #888), color-stop(25%,#333) 1.22 ); 1.23 font-size: 90%; 1.24 - padding-left: 1%; 1.25 box-shadow: #aaa 0 0 5px; 1.26 overflow: hidden; 1.27 -mox-box-shadow: #aaa 0 0 5px; 1.28 @@ -167,6 +176,7 @@ 1.29 } 1.30 1.31 .topbar .logolf { 1.32 + margin-left: 1%; 1.33 font-weight: bold; 1.34 } 1.35 1.36 @@ -201,39 +211,7 @@ 1.37 1.38 .topbar .member_info { 1.39 float: right; 1.40 -} 1.41 - 1.42 -.searchbox { 1.43 - margin: 0; 1.44 - padding: 0.1ex 1em 0ex 1em; 1.45 - float: right; 1.46 -} 1.47 - 1.48 -.searchbox form { 1.49 - float: left; 1.50 - margin: 0px; 1.51 -} 1.52 - 1.53 -.searchbox div { 1.54 - display: inline; 1.55 -} 1.56 - 1.57 -.searchbox select { 1.58 - margin-left: 0.3em; 1.59 - margin-right: 0.4em; 1.60 - font-size: 100%; 1.61 - width: 8em; 1.62 -} 1.63 - 1.64 -.searchbox input[type=text] { 1.65 - width: 8em; 1.66 - padding: 0.25ex 0.25em 0.25ex 0.25em; 1.67 - margin-right: 0.5em; 1.68 - font-size: 100%; 1.69 -} 1.70 - 1.71 -.searchbox input[type=submit] { 1.72 - font-size: 100%; 1.73 + margin-right: 1%; 1.74 } 1.75 1.76 /************************************************************************* 1.77 @@ -377,7 +355,7 @@ 1.78 1.79 .logo { 1.80 float: right; 1.81 - margin-right: 1em; 1.82 + margin-right: 1%; 1.83 } 1.84 1.85