some css tweaks to AddSeries
This commit is contained in:
parent
28b840766e
commit
2c3da2c5ea
|
@ -1,7 +1,7 @@
|
||||||
.actionButton
|
.actionButton
|
||||||
{
|
{
|
||||||
margin: 5px 5px 5px 5px;
|
margin: 5px;
|
||||||
padding: 3px 10px;
|
padding: 2px 5px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 5px center;
|
background-position: 5px center;
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 1px;
|
bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete
|
.delete
|
||||||
|
|
|
@ -46,7 +46,7 @@ else
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
margin: 0px 10px 20px 0px;
|
margin: 0px 10px 10px 0px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -54,9 +54,7 @@ else
|
||||||
.masterQualitySelector
|
.masterQualitySelector
|
||||||
{
|
{
|
||||||
left: 202px;
|
left: 202px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #f2f2f2;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Reference in New Issue