centered confirmation dialog

This commit is contained in:
Serghey Rodin 2014-10-06 21:39:02 +03:00
commit 4af1e4b92c
26 changed files with 60 additions and 88 deletions

View file

@ -136,8 +136,8 @@ label:active {
font-weight: bold;
text-decoration: none;
line-height: 22px;
padding: 0px 19px 4px 17px;
margin: 0px 0px 2px 0px;
padding: 0 4px 2px 4px;
margin: 0 14px 2px 0;
}
.top-logout:hover {
@ -272,11 +272,7 @@ label:active {
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
// color: #333;
<<<<<<< HEAD
color: #666;
=======
color: #7E7D7F;
>>>>>>> 29caf7e3b5ca98e665b4b3c7c6be94ade368c484
decoration: none;
overflow: hidden;
}
@ -601,9 +597,6 @@ label:active {
background-color: #eceff1;
border-bottom: 1px solid #e9e9e9;
}
.data.mode-add {
border-top: 5px solid #F79B44;
}
.mode-add .data-add {
background-color: #f7f6ed;
@ -800,11 +793,7 @@ label:active {
vertical-align: top;
line-height: 1.2em;
font-size: 10pt;
<<<<<<< HEAD
color: #666;
=======
color: #626163; /* #7E7D7F;*/
>>>>>>> 29caf7e3b5ca98e665b4b3c7c6be94ade368c484
padding: 2px 4px 1px 0;
white-space: nowrap;
}
@ -814,22 +803,14 @@ label:active {
line-height: 0.8em;
font-size: 8pt;
padding: 4px 0 0 0;
<<<<<<< HEAD
color: #666;
=======
color: #7E7D7F;
>>>>>>> 29caf7e3b5ca98e665b4b3c7c6be94ade368c484
}
.counter-value {
vertical-align: top;
line-height: 1.2em;
font-size: 10pt;
<<<<<<< HEAD
color: #555;
=======
color: #545355; /*#626163;*/
>>>>>>> 29caf7e3b5ca98e665b4b3c7c6be94ade368c484
padding: 2px 0 1px 2px;
}
@ -924,11 +905,6 @@ label:active {
border: 1px solid #909090;
}
.vst-input:disabled:hover {
border: 1px solid #C0C0C0;
}
.vst-input:focus {
border: 1px solid #f79b44;
background-color: #fffcd2;
@ -951,21 +927,12 @@ label:active {
min-width: 138px;
margin: 2px 6px 0 0;
padding: 8px 1px 6px 10px;
<<<<<<< HEAD
}
.vst-list option {
padding: 6px 1px 6px 15px;
}
=======
}
.vst-list option {
padding: 6px 1px 6px 15px;
}
>>>>>>> 29caf7e3b5ca98e665b4b3c7c6be94ade368c484
/*
@-moz-document url-prefix() {
.vst-list {
@ -1028,8 +995,8 @@ label:active {
}
.login-button:hover {
border: 1px solid #6DB8D3;
background-color: #6DB8D3;
border: 1px solid #adaeae;
background-color: #adaeae;
}
.login-button:active {
@ -1273,3 +1240,12 @@ label:active {
.timer-container .timer-button.play{
background: url(/images/start.png) no-repeat;
}
.confirmation {
vertical-align: top;
text-align: center;
line-height: 1.2em;
font-size: 10pt;
color: #555;
padding: 2px 0 1px 2px;
}