less cramped styling on text inputs on /settings/
parent
6e9968f989
commit
bd07b3a80f
|
@ -1,3 +1,6 @@
|
|||
.cp input[type="text"] {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.cp #mainBlock {
|
||||
z-index: 1;
|
||||
width: 1000px;
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
@border: 1px solid #555;
|
||||
|
||||
.cp {
|
||||
input[type="text"] {
|
||||
padding-left: 10px;
|
||||
}
|
||||
#mainBlock {
|
||||
z-index: 1;
|
||||
width: 1000px;
|
||||
|
|
Loading…
Reference in New Issue