Commit 4aab6a5db8fa12c923d9a054850c3f66b78805ce

Authored by Elena.Budnik
1 parent 7d3d26ad

ccs last

Showing 1 changed file with 14 additions and 13 deletions   Show diff stats
js/resources/css/AccueilAmda.css
... ... @@ -131,19 +131,19 @@ body{
131 131 }
132 132  
133 133 #Btn_Register{
134   - left: 59px;
135   - top: 70px;
  134 + left: 65px;
  135 + top: 80px;
136 136 display: block;
137 137 }
138 138  
139 139 #Btn_Contact{
140   - left: 28px;
141   - top: 85px;
  140 + left: 35px;
  141 + top: 93px;
142 142 display: block;
143 143 }
144 144  
145 145 #Btn_About{
146   - left: -15px;
  146 + left: 0px;
147 147 top: 100px;
148 148 }
149 149  
... ... @@ -177,9 +177,10 @@ body{
177 177  
178 178 #PaveGuest{
179 179 left: 450px;
180   - top: -140px;
  180 + top: -115px;
181 181 position: relative;
182 182 width: 180px;
  183 + height: 50px;
183 184 background-color: rgba(255, 255, 255, 0.2);
184 185 border-radius:10px 10px 10px 10px;
185 186 /* border: 3px solid rgba(255, 255, 255, 0.7); */
... ... @@ -187,14 +188,14 @@ body{
187 188  
188 189 #Btn_GuestLogin{
189 190 left: 0px;
190   - top: 8px;
  191 + top: 0px;
191 192 border: none;
192 193 }
193 194  
194 195 #TitrePaveGuest{
195 196 position: relative;
196 197 left: 50px;
197   - top: -22px;
  198 + top: -30px;
198 199 font-family: orbitronbold;
199 200 font-size: 16px;
200 201 color: rgba(0, 107, 179, 0.7);
... ... @@ -215,9 +216,9 @@ body{
215 216  
216 217 #userLogin {
217 218 position: relative;
218   - left: 100px;
219   - top: 60px;
220   - width: 180px;
  219 + left: 80px;
  220 + top: 68px;
  221 + width:300px;
221 222 height: 50px;
222 223 color: rgba(0, 107, 179, 0.9);
223 224 background-color: rgba(255, 255, 255, 0.2);
... ... @@ -225,8 +226,8 @@ body{
225 226 }
226 227 #textLogin {
227 228 position: relative;
228   - left: 0px;
229   - top: 0px;
  229 + left: 50px;
  230 + top: -30px;
230 231 font-family: orbitronlight;
231 232 font-size: 16px;
232 233 color: rgba(0, 107, 179, 0.9);
... ...