Commit a56368b8a229e8ce6965b86ab1e6567d904667fb

Authored by Antonio Terceiro
1 parent 212c9566

Layout fixes

public/designs/themes/base/layout.css
... ... @@ -160,7 +160,7 @@ body, th, td, input {
160 160 position: absolute;
161 161 top: 49px;
162 162 right: 0px;
163   - width: 99%;
  163 + width: 100%;
164 164 text-align: right;
165 165 background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat;
166 166 }
... ... @@ -341,7 +341,14 @@ div#notice {
341 341 border: 1px solid #d3d7cf;
342 342 -moz-border-radius: 5px;
343 343  
  344 + position: absolute;
344 345 top: 33px;
345   - left: 30px;
  346 + left: 10px;
346 347 margin-left: 0px;
347 348 }
  349 +
  350 +.docSize-GT-900 div#notice { top: 33px; left: 1%; margin-left: 10px; }
  351 +.docSize-GT-1000 div#notice { top: 33px; left: 2%; margin-left: 10px; }
  352 +.docSize-GT-1100 div#notice { top: 33px; left: 3%; margin-left: 10px; }
  353 +.docSize-GT-1200 div#notice { top: 33px; left: 4%; margin-left: 10px; }
  354 +.docSize-GT-1300 div#notice { top: 33px; left: 5%; margin-left: 10px; }
... ...
public/designs/themes/noosfero/images/logo-noosfero-no-text.png 0 → 100644

9.03 KB

public/designs/themes/noosfero/style.css
... ... @@ -3,3 +3,8 @@
3 3 #site-title {
4 4 background: url(images/logo-noosfero.png) no-repeat;
5 5 }
  6 +
  7 +.docSize-LT-800 #site-title {
  8 + width: 100px;
  9 + background: url(images/logo-noosfero-no-text.png) no-repeat;
  10 +}
... ...
public/stylesheets/common.css
... ... @@ -134,7 +134,7 @@ div#notice {
134 134 left: 50%;
135 135 margin-left: -200px;
136 136 width: 400px;
137   - border: 5px solid #545454;
  137 + border: 1px solid #545454;
138 138 background: #ffffa9;
139 139 padding: 10px;
140 140 }
... ...