2010-04-25 00:33:38 +00:00
|
|
|
.button {
|
2010-07-23 20:20:09 +00:00
|
|
|
display: inline-block;
|
|
|
|
background: transparent url(/images/admin/buttons/dark-gray-left.png) no-repeat 0 0;
|
|
|
|
padding: 0px 0px 0px 2px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
height: 31px;
|
|
|
|
outline: none;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button span {
|
2010-07-23 20:20:09 +00:00
|
|
|
display: inline-block;
|
|
|
|
background: transparent url(/images/admin/buttons/dark-gray-right.png) no-repeat right top;
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
padding: 3px 9px 9px 4px;
|
|
|
|
line-height: 21px;
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
outline: none;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.light {
|
2010-07-23 20:20:09 +00:00
|
|
|
background-image: url(/images/admin/buttons/light-gray-left.png);
|
|
|
|
color: #787a89;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.light span {
|
2010-07-23 20:20:09 +00:00
|
|
|
background-image: url(/images/admin/buttons/light-gray-right.png);
|
|
|
|
text-shadow: 1px 1px 1px #fff;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.small {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: #ebedf4;
|
|
|
|
outline: none;
|
|
|
|
-moz-border-radius : 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
height: 20px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
padding: 0px 12px 0px 12px;
|
|
|
|
color: #8B8D9A !important;
|
|
|
|
text-decoration: none;
|
|
|
|
text-shadow: 1px 1px 1px #fff;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
2010-06-02 00:39:05 +00:00
|
|
|
.button.small.add {
|
|
|
|
}
|
|
|
|
|
2010-07-13 20:01:40 +00:00
|
|
|
.button.remove {
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #ff092c !important;
|
|
|
|
font-size: 1.1em;
|
2010-04-25 00:33:38 +00:00
|
|
|
}
|
|
|
|
|
2010-07-23 20:20:09 +00:00
|
|
|
.button.remove:hover { text-decoration: underline; }
|