Css fixes

This commit is contained in:
Denis Zheleztsov 2017-12-17 18:53:59 +03:00
parent 432da73ea0
commit 6cbc3504b0
2 changed files with 7 additions and 6 deletions

View File

@ -10,17 +10,18 @@
.ms-choice {
display: block;
width: 150%;
height: 20pt;
width: 100%;
height: 25pt;
padding: 0;
right: 10%;
overflow: hidden;
cursor: pointer;
border: 1px solid #aaa;
font-size: 15pt;
text-align: left;
white-space: nowrap;
line-height: 26px;
color: #fff;
line-height: 25pt;
color: #c9c9c9;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
@ -56,7 +57,7 @@
.ms-choice > div {
/* position: absolute; */
top: 0;
right: 0;
/* right: 0; */
width: 20px;
height: 20pt;
background: url('multiple-select.png') left top no-repeat;

View File

@ -153,7 +153,7 @@ body {
margin-right: auto;
top: 14pt;
border: none; /* Set solid for debug */
padding: 5px;
padding: 0;
background-color: #2E3436 !important;
z-index: 900;
}