apply a top/bottom margin to buttons of 1px to create a tiny space between buttons and console table. Remove commented out styles
This commit is contained in:
parent
c21e02e3c7
commit
436cd3397b
|
@ -153,12 +153,8 @@ input,textarea,select,button,.btn-primary {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
|
margin: 1px 0;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
input[type=text], input[type=password], input[type="url"], textarea, select {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
input.noborder {
|
input.noborder {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -569,7 +565,7 @@ input[type=submit],
|
||||||
border-color: #3498db;
|
border-color: #3498db;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
padding: 5px 10px;
|
padding: 7px 10px 5px 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue