1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00

modal styling simplify

This commit is contained in:
devfake 2015-06-22 21:19:10 +02:00
parent d0934bbc8d
commit b248a22414

View File

@ -6,6 +6,7 @@
.wrap-modal-search { .wrap-modal-search {
max-width: 250px; max-width: 250px;
margin: 0 auto; margin: 0 auto;
text-align: center;
} }
.modal { .modal {
@ -47,7 +48,6 @@
.icon-content-load { .icon-content-load {
background: url(../img/content-load.gif) no-repeat; background: url(../img/content-load.gif) no-repeat;
//float: left;
width: 32px; width: 32px;
height: 32px; height: 32px;
opacity: .9; opacity: .9;
@ -61,18 +61,10 @@
font-weight: 300; font-weight: 300;
text-shadow: 0 0 10px rgba(255, 255, 255, 0.6); text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
color: #8798ac; color: #8798ac;
float: left; margin: 20px 0 50px 0;
clear: both;
width: 100%;
text-align: center;
} }
.btn-cancel { .btn-cancel {
float: left;
clear: both;
margin: 50px 0 0 0;
width: 100%;
text-align: center;
color: darken(#8798ac, 30%); color: darken(#8798ac, 30%);
cursor: pointer; cursor: pointer;
text-transform: uppercase; text-transform: uppercase;