aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-09 10:53:30 +0200
committermarijus <mario@mariovavti.com>2014-10-09 10:53:30 +0200
commitcd188cb70d22836c9886768862168771495d69c2 (patch)
tree9c192318620d56b6e42f1df56a6f129f0370a7e6 /view
parentfc0576acf810019a0c168bfa4dc4a2175ae0b505 (diff)
downloadvolse-hubzilla-cd188cb70d22836c9886768862168771495d69c2.tar.gz
volse-hubzilla-cd188cb70d22836c9886768862168771495d69c2.tar.bz2
volse-hubzilla-cd188cb70d22836c9886768862168771495d69c2.zip
css fixes
Diffstat (limited to 'view')
-rw-r--r--view/css/widgets.css11
-rw-r--r--view/theme/redbasic/css/style.css18
2 files changed, 14 insertions, 15 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index b5dc7e6f8..2bb6a125b 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -23,9 +23,20 @@
margin-top: 15px;
}
+/* search */
+
+#search-text {
+ border: 1px solid #ccc;
+ padding: 5px;
+ line-height: 1.5;
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+}
+
/* notes */
#note-text {
+ padding: 5px;
width: 100%;
resize: vertical;
height: 150px;
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1d5fcaa1a..f8305e32b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -894,18 +894,6 @@ footer {
font-family: FontAwesome;
}
-#search-text {
- border: 1px solid #ccc;
- font-size: 1em;
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
-}
-
-#netsearch-box .btn-sm {
- padding: 2.78px 10px;
-}
-
-
.profile-clear {
clear: both;
}
@@ -2288,12 +2276,12 @@ blockquote {
}
aside .nav > li > a:hover, aside .nav > li > a:focus {
- text-decoration: $navtabs_decohover;
- background-color: $navaside_bghover;
+ text-decoration: $navtabs_decohover;
+ background-color: $navaside_bghover;
}
aside .nav-pills > li > a {
- padding: 6px 10px;
+ padding: 6px 10px;
}
.dropdown-menu img {