liquid_feedback_frontend

changeset 704:78c7ffd50d60

Optical improvements
author bsw
date Tue Jun 26 22:20:08 2012 +0200 (2012-06-26)
parents eedb4b514b24
children c2713a30dd8b
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Jun 26 22:12:25 2012 +0200
     1.2 +++ b/static/style.css	Tue Jun 26 22:20:08 2012 +0200
     1.3 @@ -50,7 +50,7 @@
     1.4   */
     1.5  
     1.6  body {
     1.7 -  background: #f8f8f9;
     1.8 +/*   background: #f8f8f9; */
     1.9    line-height: 120%:
    1.10  }
    1.11  
    1.12 @@ -174,7 +174,7 @@
    1.13    border-top: 1px solid #333;
    1.14    line-height: 35px;
    1.15    padding-top: 5px;
    1.16 -  font-size: 120%;
    1.17 +  font-size: 115%;
    1.18  }
    1.19  
    1.20  .logo_liquidfeedback {
    1.21 @@ -302,7 +302,7 @@
    1.22   */
    1.23  
    1.24  .slot_title {
    1.25 -  font-size: 120%;
    1.26 +  font-size: 115%;
    1.27    font-weight: bold;
    1.28    margin-left: 10px;
    1.29    margin-right: 10px;
    1.30 @@ -347,9 +347,12 @@
    1.31  
    1.32  .page_head .title,
    1.33  .issue .context,
    1.34 -.initiative_head .title,
    1.35 +.initiative_head .title {
    1.36 +  padding: 8px 10px 2px 10px;
    1.37 +}
    1.38 +
    1.39  .area_list .title {
    1.40 -  padding: 8px 10px 2px 10px;
    1.41 +  padding: 8px 10px 0px 10px;
    1.42  }
    1.43  
    1.44  .issue .title {
    1.45 @@ -367,7 +370,8 @@
    1.46  .initiative_head .content,
    1.47  .area_list .unit_head .content,
    1.48  .area_list .area .content {
    1.49 -  padding: 10px 10px 0 10px;
    1.50 +  padding: 3px 10px 3px 10px;
    1.51 +  line-height: 120%;
    1.52  }
    1.53  
    1.54  .page_head .actions:last-child,
    1.55 @@ -377,7 +381,7 @@
    1.56  .initiative_head .content:last-child,
    1.57  .area_list .unit_head .content:last-child,
    1.58  .area_list .area .content:last-child {
    1.59 -  padding: 10px 10px 10px 10px;
    1.60 +  padding: 3px 10px 6px 10px;
    1.61  }
    1.62  
    1.63  .page_head .initiative_list,
    1.64 @@ -400,7 +404,7 @@
    1.65  .area_list .unit_head .unit_name,
    1.66  .area_list .area_name {
    1.67    font-weight: bold;
    1.68 -  font-size: 120%;
    1.69 +  font-size: 115%;
    1.70  }
    1.71  
    1.72  .page_head .area_head .content,
    1.73 @@ -546,7 +550,7 @@
    1.74  }
    1.75  
    1.76  .ui_tabs_links a {
    1.77 -  padding: 1.25ex 1em;
    1.78 +  padding: 7px 10px;
    1.79    background-color: #444;
    1.80    background: -webkit-linear-gradient(top, #777, #000);
    1.81    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000));
    1.82 @@ -557,13 +561,16 @@
    1.83    color: #fff;
    1.84    white-space: nowrap;
    1.85    border-radius: 8px;
    1.86 +  font-size: 115%;
    1.87    font-weight: bold;
    1.88    margin: 2px;
    1.89 +  margin-right: 4px;
    1.90  }
    1.91  
    1.92  .ui_tabs_links a:hover,
    1.93  .ui_tabs_links a.selected {
    1.94    margin: 0;
    1.95 +  margin-right: 2px;
    1.96    border: 2px solid #f90;
    1.97    box-shadow: 0px 0px 3px 1px #f90;
    1.98  }
    1.99 @@ -579,7 +586,7 @@
   1.100  
   1.101  .ui_filter {
   1.102    overflow: auto;
   1.103 -  margin-top: 20px;
   1.104 +  margin-top: 15px;
   1.105  }
   1.106  
   1.107  .ui_filter_head {
   1.108 @@ -1275,17 +1282,17 @@
   1.109  }
   1.110  
   1.111  .wiki h1 {
   1.112 -  font-size: 150%;
   1.113 +  font-size: 133%;
   1.114    font-weight: bold;
   1.115  }
   1.116  
   1.117  .wiki h2 {
   1.118 -  font-size: 125%;
   1.119 +  font-size: 115%;
   1.120    font-weight: bold;
   1.121  }
   1.122  
   1.123  .wiki h3 {
   1.124 -  font-size: 125%;
   1.125 +  font-size: 115%;
   1.126  }
   1.127  
   1.128  .wiki h4 {
   1.129 @@ -1319,7 +1326,7 @@
   1.130  
   1.131  .heading {
   1.132    display: block;
   1.133 -  font-size: 120%;
   1.134 +  font-size: 115%;
   1.135    font-weight: bold;
   1.136  }
   1.137  

Impressum / About Us