less cramped styling on text inputs on /settings/
This commit is contained in:
parent
6e9968f989
commit
bd07b3a80f
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user