less cramped styling on text inputs on /settings/

This commit is contained in:
ansuz 2017-03-31 09:36:22 +02:00
parent 6e9968f989
commit bd07b3a80f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
.cp input[type="text"] {
padding-left: 10px;
}
.cp #mainBlock { .cp #mainBlock {
z-index: 1; z-index: 1;
width: 1000px; width: 1000px;

View File

@ -3,6 +3,9 @@
@border: 1px solid #555; @border: 1px solid #555;
.cp { .cp {
input[type="text"] {
padding-left: 10px;
}
#mainBlock { #mainBlock {
z-index: 1; z-index: 1;
width: 1000px; width: 1000px;