liquid_feedback_frontend

diff static/style.css @ 529:5ca9de94cb13

Delegation preview when setting delegation, optical enhancements, typos fixed
author bsw
date Sun May 20 19:43:01 2012 +0200 (2012-05-20)
parents 305329da1c75
children 18e8de7a2b6a
line diff
     1.1 --- a/static/style.css	Fri May 18 21:03:10 2012 +0200
     1.2 +++ b/static/style.css	Sun May 20 19:43:01 2012 +0200
     1.3 @@ -285,7 +285,6 @@
     1.4    margin: 0px 10px 2ex 10px;
     1.5    border: 1px solid #aaa;
     1.6    border-radius: 0 0 8px 8px;
     1.7 -  box-shadow: #777 0px 5px 5px -5px;
     1.8  }
     1.9  
    1.10  
    1.11 @@ -425,78 +424,35 @@
    1.12   * ui.tab
    1.13   */
    1.14  
    1.15 -.ui_tabs_links {
    1.16 -  margin-top: 2ex;
    1.17 -  margin-bottom: 1ex;
    1.18 -}
    1.19 -
    1.20  .ui_tabs_links a {
    1.21 -  padding: 1ex;
    1.22 -  line-height: 300%;
    1.23 -  background-color: #f2f2f2;
    1.24 +  padding: 0.75ex 0.6em;
    1.25 +  line-height: 225%;
    1.26 +  background-color: #f7f7f7;
    1.27    white-space: nowrap;
    1.28    border-radius: 5px;
    1.29    margin-right: 5px;
    1.30    font-weight: bold;
    1.31  }
    1.32  
    1.33 -.ui_tabs_links a:hover {
    1.34 -  background-color: #d7d7d7;
    1.35 -}
    1.36 -
    1.37 +.ui_tabs_links a:hover,
    1.38  .ui_tabs_links a.selected {
    1.39    background-color: #444;
    1.40    color: #fff;
    1.41    text-decoration: none;
    1.42  }
    1.43  
    1.44 -.ui_tabs_links a.yellow {
    1.45 -  background-color: #fcc;
    1.46 -  color: #000;
    1.47 -}
    1.48 -
    1.49 -.ui_tabs_links a.yellow:hover {
    1.50 -  background-color: #faa;
    1.51 -}
    1.52 -
    1.53 -.ui_tabs_links a.yellow.selected {
    1.54 -  background-color: #a44;
    1.55 -  color: #fff;
    1.56 -  text-decoration: none;
    1.57 -  padding: 1ex;
    1.58 -}
    1.59 -
    1.60 -.ui_tabs_links a.red {
    1.61 -  background-color: #c33;
    1.62 -  color: #000;
    1.63 -}
    1.64 -
    1.65 -.ui_tabs_links a.red:hover {
    1.66 -  background-color: #ebb;
    1.67 -}
    1.68 -
    1.69 -.ui_tabs_links a.red.selected {
    1.70 -  background-color: #644;
    1.71 -  color: #fff;
    1.72 -  text-decoration: none;
    1.73 -  padding: 1ex;
    1.74 -}
    1.75 -
    1.76  
    1.77  /*************************************************************************
    1.78   * ui.filters
    1.79   */
    1.80  
    1.81  .ui_filter {
    1.82 -  overflow: hidden;
    1.83 -  margin-bottom: 1ex;
    1.84 -  margin-right: 1em;
    1.85 +  overflow: auto;
    1.86  }
    1.87  
    1.88  .ui_filter_head {
    1.89    color: #777;
    1.90 -  margin-top: 0.5ex;
    1.91 -  margin-bottom: 0.5ex;
    1.92 +  margin-top: 1ex;
    1.93    font-size: 90%;
    1.94    font-weight: bold;
    1.95    float: left;
    1.96 @@ -509,6 +465,7 @@
    1.97    padding: 0.5ex;
    1.98  }
    1.99  
   1.100 +.ui_filter_head a:hover,
   1.101  .ui_filter_head a.active {
   1.102    color: #fff;
   1.103    background-color: #777;
   1.104 @@ -855,13 +812,14 @@
   1.105  
   1.106  .issues {
   1.107    clear: left;
   1.108 +  margin-top: 2ex;
   1.109  }
   1.110  
   1.111  .issues .issue {
   1.112 -  margin-top: 10px;
   1.113    overflow: hidden;
   1.114 -  border: 1px solid #aaa;
   1.115 +  border: 1px solid #ddd;
   1.116    border-radius: 8px;
   1.117 +  margin-bottom: 2ex;
   1.118  }
   1.119  
   1.120  .issue.interested,
   1.121 @@ -1042,7 +1000,7 @@
   1.122  }
   1.123  
   1.124  .member_thumb .flags {
   1.125 -  text-align: right;
   1.126 +  float: right;
   1.127    font-size: 75%;
   1.128  }
   1.129  
   1.130 @@ -1405,6 +1363,7 @@
   1.131    padding: 0;
   1.132  }
   1.133  
   1.134 +.page_head,
   1.135  .initiative_head,
   1.136  .issues .issue,
   1.137  .ui_tabs_links a,
   1.138 @@ -1418,7 +1377,7 @@
   1.139  .box {
   1.140    box-shadow: #777 0px 5px 5px -5px;
   1.141    -mox-box-shadow: #777 0px 5px 5px -5px;
   1.142 -  -webkit-box-shadow: #777 0px 5px 5px -5px;
   1.143 +  -webkit-box-shadow: #ddd 3px 3px 3px -1px;
   1.144    clear: both;
   1.145  }
   1.146  

Impressum / About Us