aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-16 18:09:43 -0800
committerfriendica <info@friendica.com>2013-12-16 18:09:43 -0800
commitc4ca0c634f887a2e4984ce9fce4b6fc457b8f032 (patch)
treecd8db01171c4dfad31f69350fe4d13bb83b2544f
parent7b5a42568a7f4cf90e81036b4ed5d93ec3f6e3e2 (diff)
parent95f7c753a16c6342313e6b5944cc4289815a587f (diff)
downloadvolse-hubzilla-c4ca0c634f887a2e4984ce9fce4b6fc457b8f032.tar.gz
volse-hubzilla-c4ca0c634f887a2e4984ce9fce4b6fc457b8f032.tar.bz2
volse-hubzilla-c4ca0c634f887a2e4984ce9fce4b6fc457b8f032.zip
Merge https://github.com/friendica/red into zpull
-rw-r--r--view/css/mod_connections.css31
-rw-r--r--view/theme/redbasic/css/style.css95
2 files changed, 35 insertions, 91 deletions
diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css
index d133a1b99..c460fec28 100644
--- a/view/css/mod_connections.css
+++ b/view/css/mod_connections.css
@@ -104,3 +104,34 @@
margin-top: 20px;
}
+.contact-entry-wrapper {
+ float: left;
+ width: 120px;
+ height: 120px;
+ padding: 10px;
+}
+
+#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;
+ width: 120px;
+ overflow: hidden;
+}
+
+.contact-entry-end {
+ clear: both;
+}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 0db9caa4e..9ac021a54 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -234,7 +234,7 @@ header #banner #logo-text {
background-color: #aec0d3;
color: #565854;
-moz-border-radius: $radiuspx;
- border-radius: $radiuspx;;
+ border-radius: $radiuspx;
}
nav .nav-link {
@@ -327,8 +327,8 @@ footer {
margin-bottom: 15px;
}
-/*TODO: we should use one class for all this, nets-selected probably obsolete */
-.group-selected, /* .nets-selected, */ .fileas-selected, .categories-selected, .search-selected, .active {
+/*TODO: we should use one class for all this. */
+.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
color: #444444 !important;
}
@@ -676,7 +676,7 @@ footer {
list-style: none;
}
-/* .contact-entry-photo img, */ .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
+.profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo {
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
@@ -734,23 +734,6 @@ footer {
#netsearch-box { margin-bottom: 5px; }
-/* might be obsolete
-.nets-ul {
- list-style-type: none;
-}
-
-.nets-ul li {
- margin-top: 10px;
-}
-
-.nets-link {
- margin-left: 24px;
-}
-.nets-all {
- margin-left: 42px;
-}
-*/
-
#search-save {
margin-left: 5px;
}
@@ -2002,13 +1985,6 @@ ul.menu-popup {
.reshared-content { margin-left: 30px; }
.shared_header img { margin-right: 10px; }
-/* might be obsolete
-span.mail-delete {
-float: left;
-width: 30px;
-}
-*/
-
.tag1 {
font-size : 1.0em !important;
}
@@ -2469,66 +2445,3 @@ img.mail-list-sender-photo {
#sidebar-group-list ul {
list-style-type: none;
}
-
-/* need to put these back in the theme for now - used in more than one module */
-
-.contact-entry-wrapper {
- float: left;
- width: 120px;
- height: 120px;
- padding: 10px;
-}
-
-#contacts-search {
- font-size: 1em;
- width: 300px;
-}
-
-#contacts-search-end {
- margin-bottom: 10px;
-}
-
-/* seems oblolete
-.contact-entry-photo img {
- border: none;
-}
-*/
-
-.contact-entry-photo-end {
- clear: both;
-}
-
-.contact-entry-name {
- float: left;
- margin-left: 0px;
- margin-right: 10px;
- width: 120px;
- overflow: hidden;
-}
-
-/* seems obsolete
-.contact-entry-edit-links {
- margin-top: 6px;
- margin-left: 10px;
- width: 16px;
-}
-
-.contact-entry-nav-wrapper {
- float: left;
- margin-left: 10px;
-}
-
-.contact-entry-edit-links img {
- border: none;
- margin-right: 15px;
-}
-
-.contact-entry-photo {
- float: left;
- position: relative;
-}
-*/
-
-.contact-entry-end {
- clear: both;
-}