liquid_feedback_frontend
changeset 569:499ff506ccc0
Cleanup of layout and css
author | bsw |
---|---|
date | Tue Jun 19 22:59:58 2012 +0200 (2012-06-19) |
parents | 565bcc56ea30 |
children | b904fc12cc1a |
files | app/main/_layout/default.html static/style.css |
line diff
1.1 --- a/app/main/_layout/default.html Tue Jun 19 22:59:48 2012 +0200 1.2 +++ b/app/main/_layout/default.html Tue Jun 19 22:59:58 2012 +0200 1.3 @@ -17,12 +17,6 @@ 1.4 <body> 1.5 <div class="topbar"> 1.6 <div class="topbar_content"> 1.7 - <div class="logout_button" id="logout_button"> 1.8 - <!-- WEBMCP SLOT logout_button --> 1.9 - </div> 1.10 - <div class="searchbox" id="searchbox"> 1.11 - <!-- WEBMCP SLOT searchbox --> 1.12 - </div> 1.13 <div class="navigation" id="navigation"> 1.14 <!-- WEBMCP SLOT navigation --> 1.15 </div> 1.16 @@ -33,6 +27,9 @@ 1.17 </div> 1.18 </div> 1.19 <div class="page"> 1.20 + <div class="page_head" id="head"> 1.21 + <!-- WEBMCP SLOT head --> 1.22 + </div> 1.23 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';"> 1.24 <!-- WEBMCP SLOT notice --> 1.25 </div> 1.26 @@ -42,18 +39,6 @@ 1.27 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';"> 1.28 <!-- WEBMCP SLOT error --> 1.29 </div> 1.30 - <div class="page_head" id="head"> 1.31 - <!-- WEBMCP SLOT head --> 1.32 - </div> 1.33 - <div class="initiatives_list" id="initiatives_list"> 1.34 - <!-- WEBMCP SLOT initiatives_list --> 1.35 - </div> 1.36 - <div class="support vote_info" id="support"> 1.37 - <!-- WEBMCP SLOT support --> 1.38 - </div> 1.39 - <div class="initiative_main" id="initiative_main"> 1.40 - <!-- WEBMCP SLOT initiative_main --> 1.41 - </div> 1.42 <div class="main" id="default"> 1.43 <!-- WEBMCP SLOT default --> 1.44 </div>
2.1 --- a/static/style.css Tue Jun 19 22:59:48 2012 +0200 2.2 +++ b/static/style.css Tue Jun 19 22:59:58 2012 +0200 2.3 @@ -512,18 +512,22 @@ 2.4 * notifications 2.5 */ 2.6 2.7 -.notifications { 2.8 +div.notifications { 2.9 margin-top: 1ex; 2.10 background-color: #fdd; 2.11 padding: 0.5ex; 2.12 + border: 1px solid #daa; 2.13 } 2.14 2.15 .notifications ul { 2.16 margin: 0; 2.17 + padding: 0; 2.18 margin-left: 2em; 2.19 } 2.20 2.21 .notifications li { 2.22 + margin: 0; 2.23 + padding: 0; 2.24 margin-top: 0.5ex; 2.25 } 2.26 2.27 @@ -1364,8 +1368,12 @@ 2.28 .initiative_head, 2.29 .box, 2.30 div.notifications { 2.31 + border-radius: 8px; 2.32 +} 2.33 + 2.34 +.initiative_head, 2.35 +.box { 2.36 border: 1px solid #aaa; 2.37 - border-radius: 8px; 2.38 } 2.39 2.40 .box {