aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-28 14:53:33 -0700
committerfriendica <info@friendica.com>2015-03-28 14:53:33 -0700
commitf35679dd6d606d9c9a31e9e807bd2aed8ba89641 (patch)
treefc2ec97cec58c97f1237a8e1d2b47d8bfce7e589 /view/theme/redbasic/css
parent0aba609ad408faabe72826a006b8af0fe15a3c2f (diff)
parent2899c500eec19c8ad17b6819c33e0f0414bd1387 (diff)
downloadvolse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.gz
volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.bz2
volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css29
1 files changed, 18 insertions, 11 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ca324a89e..565b793aa 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -493,10 +493,6 @@ footer {
font-size: 0.7em;
}
-#colorbox {
- padding: 5px;
-}
-
.app-name {
overflow: none;
}
@@ -962,10 +958,20 @@ nav .acpopup {
background: none repeat scroll 0% 0% #FCF8E3 !important;
}
+#cboxOverlay {
+ z-index: 1050;
+}
+
#colorbox {
+ z-index: 1051;
+}
+
+#cboxContent {
+ padding: 3px;
border: 0px solid #fff;
+ border-radius: $radiuspx;
background-color: #fff;
- z-index: 9;
+ z-index: 1052;
}
.settings-block {
@@ -2214,15 +2220,19 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
}
/* Modified original CSS to match input in Redbasic */
-.bootstrap-tagsinput {
+.jothidden .bootstrap-tagsinput {
border-color:#fff;
background-color: #fff;
box-shadow: none;
display: inline-block;
border-radius: $radiuspx;
cursor: text;
- padding: 0 6px;
- width: 70% !important;
+ padding: 0px 8px;
+ width: 100%;
+}
+
+.bootstrap-tagsinput .label {
+ font-size: 100%;
}
.jothidden .bootstrap-tagsinput:hover, .jothidden .bootstrap-tagsinput:focus {
@@ -2305,9 +2315,6 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
right: 0px;
background-color: #337AB7;
}
-.label-info {
- background-color: #337AB7;
-}
.channels_ckbx, .pending_ckbx, .users_ckbx {
margin-top: -5px !important;