liquid_feedback_frontend

diff static/style.css @ 642:ea89fa21b0ab

Optical enhancements
author bsw
date Mon Jun 25 19:53:22 2012 +0200 (2012-06-25)
parents 6dc5dc41ada5
children 3aff9990b0a1
line diff
     1.1 --- a/static/style.css	Mon Jun 25 19:42:26 2012 +0200
     1.2 +++ b/static/style.css	Mon Jun 25 19:53:22 2012 +0200
     1.3 @@ -48,7 +48,7 @@
     1.4   */
     1.5  
     1.6  body {
     1.7 -  background: #fff;
     1.8 +  background: #fafafa;
     1.9    line-height: 120%:
    1.10  }
    1.11  
    1.12 @@ -307,7 +307,27 @@
    1.13    border-radius: 0 0 8px 8px;
    1.14  }
    1.15  
    1.16 -.slot_head div:last-child {
    1.17 +
    1.18 +.slot_head,
    1.19 +.area_list,
    1.20 +.initiative_head,
    1.21 +.issues .issue,
    1.22 +.ui_tabs_links a,
    1.23 +.draft_content,
    1.24 +.help,
    1.25 +.use_terms,
    1.26 +.motd,
    1.27 +.vote_info .content,
    1.28 +.box,
    1.29 +div.notifications {
    1.30 +  background-color: #fff;
    1.31 +  box-shadow: #777 0px 5px 5px -5px;
    1.32 +  -mox-box-shadow: #777 0px 5px 5px -5px;
    1.33 +  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
    1.34 +  clear: both;
    1.35 +}
    1.36 +
    1.37 +.slot_head > div:last-child {
    1.38    border-radius: 0 0 8px 8px;
    1.39  }
    1.40  
    1.41 @@ -492,18 +512,18 @@
    1.42  /*************************************************************************
    1.43   * ui.tab
    1.44   */
    1.45 -.ui_tabs {
    1.46 -  margin: 20px 0px;
    1.47 +.ui_tabs_links {
    1.48 +  margin: 20px 0px 10px 0px;
    1.49  }
    1.50  
    1.51  .ui_tabs_links a {
    1.52    padding: 1ex 1em;
    1.53    line-height: 300%;
    1.54    background-color: #444;
    1.55 -  background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%);
    1.56 +  background-image: -webkit-linear-gradient(top, #000, #666);
    1.57    color: #fff;
    1.58    white-space: nowrap;
    1.59 -  border-radius: 10px;
    1.60 +  border-radius: 8px;
    1.61    font-weight: bold;
    1.62    margin: 3px;
    1.63  }
    1.64 @@ -1142,12 +1162,12 @@
    1.65  .initiator_invite_info,
    1.66  .motd,
    1.67  .public_access_issue_head {
    1.68 -  background-color: #fffbce;
    1.69 +  background-color: #fda;
    1.70    padding: 1ex;
    1.71    margin-top: 1ex;
    1.72    margin-bottom: 2ex;
    1.73 -  border-top: 1px solid #ffe900;
    1.74 -  border-bottom: 1px solid #ffe900;
    1.75 +  border: 1px solid #fa0;
    1.76 +  border-radius: 10px;
    1.77  }
    1.78  
    1.79  .suggestion_fulfilled {
    1.80 @@ -1394,24 +1414,6 @@
    1.81    padding: 1ex;
    1.82  }
    1.83  
    1.84 -.slot_head,
    1.85 -.area_list,
    1.86 -.initiative_head,
    1.87 -.issues .issue,
    1.88 -.ui_tabs_links a,
    1.89 -.draft_content,
    1.90 -.help,
    1.91 -.use_terms,
    1.92 -.motd,
    1.93 -.vote_info .content,
    1.94 -.box,
    1.95 -div.notifications {
    1.96 -  box-shadow: #777 0px 5px 5px -5px;
    1.97 -  -mox-box-shadow: #777 0px 5px 5px -5px;
    1.98 -  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
    1.99 -  clear: both;
   1.100 -}
   1.101 -
   1.102  .slot_footer {
   1.103    margin: 0 1%;
   1.104    border-top: 1px solid #ccc;

Impressum / About Us