aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-16 15:46:18 +0100
committermarijus <mario@localhost.localdomain>2013-12-16 15:46:18 +0100
commitafc86875d242027434cb4ffca10e086d53cbbbb8 (patch)
tree0b6f33ebc55e2c212c8d7d370485e78c38f2b639 /view
parentae95269c6dd5b354d5f807c96a4b237b543a9b53 (diff)
downloadvolse-hubzilla-afc86875d242027434cb4ffca10e086d53cbbbb8.tar.gz
volse-hubzilla-afc86875d242027434cb4ffca10e086d53cbbbb8.tar.bz2
volse-hubzilla-afc86875d242027434cb4ffca10e086d53cbbbb8.zip
move some stuff back to mod_connections.css
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_connections.css31
-rw-r--r--view/theme/redbasic/css/style.css34
2 files changed, 31 insertions, 34 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 7c7d450aa..9ac021a54 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2445,37 +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;
-}
-
-.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;
-}