liquid_feedback_frontend

diff static/style.css @ 718:cc64a4fc6ab6

Cleaned up initiative page
author bsw
date Wed Jun 27 14:37:46 2012 +0200 (2012-06-27)
parents 46b94112781d
children cdd0bcbbef8b
line diff
     1.1 --- a/static/style.css	Wed Jun 27 12:35:34 2012 +0200
     1.2 +++ b/static/style.css	Wed Jun 27 14:37:46 2012 +0200
     1.3 @@ -68,10 +68,6 @@
     1.4    margin: 0 auto;
     1.5  }
     1.6  
     1.7 -table {
     1.8 -  margin-top: 1ex;
     1.9 -}
    1.10 -
    1.11  body, a {
    1.12    color: #000;
    1.13  }
    1.14 @@ -321,7 +317,6 @@
    1.15  
    1.16  .member_thumb,
    1.17  .member_statement,
    1.18 -.draft_content,
    1.19  .suggestion_content,
    1.20  .slot_head,
    1.21  .area_list,
    1.22 @@ -329,7 +324,6 @@
    1.23  .issues .issue,
    1.24  .ui_tabs_links a,
    1.25  .ui_filter a,
    1.26 -.draft_content,
    1.27  .help,
    1.28  .use_terms,
    1.29  .motd,
    1.30 @@ -375,6 +369,10 @@
    1.31    line-height: 120%;
    1.32  }
    1.33  
    1.34 +.initiative_head {
    1.35 +  margin-bottom: 10px;
    1.36 +}
    1.37 +
    1.38  .page_head .actions:last-child,
    1.39  .page_head .unit_head .content:last-child,
    1.40  .page_head .area_head .content:last-child,
    1.41 @@ -1211,30 +1209,34 @@
    1.42    text-decoration: line-through;
    1.43  }
    1.44  
    1.45 +.admitted_info,
    1.46 +.not_admitted_info,
    1.47 +.revoked_info,
    1.48 +.draft_updated_info,
    1.49 +.initiator_invite_info {
    1.50 +  padding: 1ex;
    1.51 +}
    1.52 +
    1.53  .admitted_info {
    1.54    background-color: #afc;
    1.55 -  padding: 1ex;
    1.56 -  border-radius: 0 0 8px 8px;
    1.57  }
    1.58  
    1.59  .not_admitted_info,
    1.60  .revoked_info {
    1.61    background-color: #fbb;
    1.62 -  padding: 1ex;
    1.63 -  border-radius: 8px;
    1.64 -  border-radius: 0 0 8px 8px;
    1.65  }
    1.66  
    1.67  .draft_updated_info,
    1.68 -.initiator_invite_info,
    1.69 +.initiator_invite_info {
    1.70 +  background-color: #fda;
    1.71 +}
    1.72 +
    1.73  .motd,
    1.74  .public_access_issue_head {
    1.75    background-color: #fda;
    1.76    padding: 1ex;
    1.77    margin-top: 1ex;
    1.78    margin-bottom: 2ex;
    1.79 -  border: 1px solid #fa0;
    1.80 -  border-radius: 10px;
    1.81  }
    1.82  
    1.83  .suggestion_fulfilled {
    1.84 @@ -1336,6 +1338,7 @@
    1.85    display: block;
    1.86    font-size: 115%;
    1.87    font-weight: bold;
    1.88 +  margin-bottom: 10px;
    1.89  }
    1.90  
    1.91  .heading.first {
    1.92 @@ -1418,7 +1421,6 @@
    1.93  /* shadows */
    1.94  
    1.95  .member_statement,
    1.96 -.draft_content,
    1.97  .suggestion_content,
    1.98  .initiative_head,
    1.99  .box,
   1.100 @@ -1427,7 +1429,6 @@
   1.101  }
   1.102  
   1.103  .member_statement,
   1.104 -.draft_content,
   1.105  .suggestion_content,
   1.106  .initiative_head,
   1.107  .box {

Impressum / About Us