Commit fb3107b73684b96b60e64eb5d328cc47500d30d8

Authored by AntonioTerceiro
1 parent cc70638a

ActionItem152: decreasing z-index



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1191 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
... ... @@ -86,7 +86,7 @@ clear: both;
86 86 /* Notice */
87 87  
88 88 div#notice {
89   - z-index: 10000;
  89 + z-index: 4000;
90 90 position: absolute;
91 91 top: 100px;
92 92 left: 50%;
... ...
public/designs/templates/onecolumn/stylesheets/style.css
... ... @@ -105,7 +105,7 @@ height: 55px;
105 105 }
106 106  
107 107 div#notice {
108   - z-index: 10000;
  108 + z-index: 4000;
109 109 position: absolute;
110 110 top: 100px;
111 111 left: 50%;
... ...
public/designs/templates/rightcolumn/stylesheets/style.css
... ... @@ -76,7 +76,7 @@ clear: both;
76 76 /* Notice */
77 77  
78 78 div#notice {
79   - z-index: 10000;
  79 + z-index: 4000;
80 80 position: absolute;
81 81 top: 100px;
82 82 left: 50%;
... ...
public/designs/templates/threecolumn/stylesheets/style.css
... ... @@ -123,7 +123,7 @@ clear: both;
123 123 }
124 124  
125 125 div#notice {
126   - z-index: 10000;
  126 + z-index: 4000;
127 127 position: absolute;
128 128 top: 100px;
129 129 left: 50%;
... ...