Commit 49c858253d2b00c1fa5e7e1a6d71d9a88eb26480

Authored by Elena.Budnik
1 parent 19bb7ae1

css +

Showing 1 changed file with 21 additions and 11 deletions   Show diff stats
js/resources/css/AccueilAmda.css
... ... @@ -124,14 +124,15 @@ body{
124 124 }
125 125  
126 126 #Btn_Login{
127   - left: 80px;
128   - top: 70px;
  127 + position: relative;
  128 + left: 0px;
  129 + top: 0px;
129 130 border: none;
130 131 }
131 132  
132 133 #Btn_Register{
133 134 left: 59px;
134   - top: 73px;
  135 + top: 70px;
135 136 display: block;
136 137 }
137 138  
... ... @@ -176,7 +177,7 @@ body{
176 177  
177 178 #PaveGuest{
178 179 left: 450px;
179   - top: -130px;
  180 + top: -140px;
180 181 position: relative;
181 182 width: 180px;
182 183 background-color: rgba(255, 255, 255, 0.2);
... ... @@ -212,17 +213,26 @@ body{
212 213 font-weight: bold;
213 214 }
214 215  
215   -#textLogin {
216   - z-index: 6;
  216 +#userLogin {
217 217 position: relative;
218   - left: 185px;
219   - top: 40px;
  218 + left: 100px;
  219 + top: 60px;
  220 + width: 180px;
  221 + height: 50px;
  222 + color: rgba(0, 107, 179, 0.9);
  223 + background-color: rgba(255, 255, 255, 0.2);
  224 + border-radius:10px 10px 10px 10px;
  225 +}
  226 +#textLogin {
  227 + position: relative;
  228 + left: 0px;
  229 + top: 0px;
220 230 font-family: orbitronlight;
221   - font-size: 14px;
222   - color: rgba(255, 255, 255, 0.5);
  231 + font-size: 16px;
  232 + color: rgba(0, 107, 179, 0.9);
  233 + /*color: rgba(255, 255, 255, 0.5);*/
223 234 font-weight: bold;
224 235 }
225   -
226 236 /* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/
227 237  
228 238 #PaveAnnoucements{
... ...