aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-14 13:50:47 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-14 13:50:47 +0100
commite2b79c34bc0c1dc5f48295c1cca7261e8cb648fb (patch)
treeca0acf590e31cebb18fd1a0ef360b53d977f69e8 /view/css
parent69573c6afe8afcbd75304dd0cd2f12d341f4195e (diff)
downloadvolse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.tar.gz
volse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.tar.bz2
volse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.zip
some work on connections
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_connections.css154
1 files changed, 8 insertions, 146 deletions
diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css
index d5c9b3d4f..d8a50d540 100644
--- a/view/css/mod_connections.css
+++ b/view/css/mod_connections.css
@@ -1,151 +1,13 @@
-.search-input {
- padding: 4px 12px;
- margin: 3px;
+#contacts-search-form {
+ display: none;
}
-.field_abook_help {
- color: #000;
-}
-.abook-them {
- margin-left: 375px;
- margin-bottom: 15px;
-}
-.abook-me {
- margin-left: 36px;
- margin-bottom: 15px;
-}
-.acheckbox {
- margin-bottom: 5px !important;
-}
-
-.abook-pending-contact {
- background: orange;
- font-weight: bold;
- margin: 10px;
- padding: 20px 5px 10px;
-}
-
-#contact-slider {
- width: 600px !important;
-}
-
-.abook-edit-them, .abook-edit-me {
- float: left;
- width: 100px !important;
-}
-.field_abook_help {
- float: left;
-}
-
-#contacts-main {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-
-
-
-#contact-edit-wrapper {
- margin-top: 10px;
-}
-
-#contact-edit-banner-name {
- font-size: 1.4em;
- font-weight: bold;
-}
-
-#contact-edit-poll-wrapper {
- margin-top: 15px;
-}
-
-#contact-edit-poll-text {
- margin-top: 15px;
- margin-bottom: 5px;
-}
-
-#contact-edit-update-now {
- margin-top: 15px;
-}
-
-#contact-edit-links{
- clear: both;
-}
-
-#contact-edit-links ul {
- list-style: none;
- list-style-type: none;
- margin-left: 0px;
- padding-left: 0px;
-}
-
-#contact-edit-links li {
- margin-top: 5px;
-}
-
-#contact-edit-drop-link {
- float: right;
- margin-right: 20px;
-}
-
-#contact-edit-nav-end {
- clear: both;
-}
-
-#contact-edit-wrapper {
- width: 100%;
-}
-
-#contact-edit-end {
- clear: both;
- margin-top: 15px;
-}
-
-#contact-profile-selector {
- width: 175px;
- margin-left: 175px;
-}
-
-.contact-edit-submit {
- margin-top: 20px;
-}
-
-.contact-entry-wrapper {
- float: left;
- width: auto;
- height: auto;
- padding: 10px;
- margin: 8px 10px 0 0;
- border-top: 1px solid #eee;
- border-left: 2px solid #eee;
-}
-
-#contacts-search {
- font-size: 1em;
- width: 300px;
-}
-
-#contacts-search-end {
- margin-bottom: 10px;
-}
-
-.contact-entry-photo-end {
- clear: both;
-}
-
-.contact-entry-name {
- float: left;
- margin-left: 0px;
- margin-right: 10px;
- margin-bottom: 10px;
- width: 147px;
- height: auto;
- overflow: hidden;
- white-space: nowrap;
-}
-
-.contact-entry-name-end {
- clear:both;
+.section-subtitle-wrapper .btn-xs {
+ margin-top: -2px;
}
-.contact-entry-end {
- clear: both;
+.contact-search {
+ height: 22px;
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
}