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