aboutsummaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 4011ee523..b3295cdd4 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -117,6 +117,7 @@ input {
}
.stick {
+ display: inline-block;
white-space: nowrap;
font-size: 0px;
vertical-align: middle;
@@ -137,15 +138,23 @@ input {
.stick input:last-child {
border-radius: 0 3px 3px 0;
}
- .stick .btn+.btn,
- .stick .btn+input,
- .stick input+.btn,
- .stick input+input {
+ .stick .btn + .btn,
+ .stick .btn + input,
+ .stick input + .btn,
+ .stick input + input {
border-left: none;
}
- .stick input+.btn {
+ .stick input + .btn {
border-top: 1px solid #bbb;
}
+ .stick .btn + .dropdown > .btn {
+ border-left: none;
+ border-radius: 0 3px 3px 0;
+ font-size: 0px;
+ }
+ .stick .btn + .dropdown a {
+ font-size: 12px;
+ }
.btn {
display: inline-block;
@@ -284,7 +293,7 @@ input {
.dropdown .dropdown-menu {
display: none;
min-width: 200px;
- margin: -1px 0 0;
+ margin: 5px 0 0;
padding: 5px 0;
position: absolute;
right: 0px;