aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-01-01 13:15:45 +0000
committerThomas Willingham <founder@kakste.com>2013-01-01 13:15:45 +0000
commit556f38afde927e4b317b35e49702fdae391927f6 (patch)
tree550357f4fe1204b5a2eccefb0edfc52ae9cf3575 /view/theme/redbasic/css
parent4d7fe15d3b31f7c5279b08c73e23cb21f906cd15 (diff)
downloadvolse-hubzilla-556f38afde927e4b317b35e49702fdae391927f6.tar.gz
volse-hubzilla-556f38afde927e4b317b35e49702fdae391927f6.tar.bz2
volse-hubzilla-556f38afde927e4b317b35e49702fdae391927f6.zip
Add icons to redbasic, move delete button to the right, and sync nav.tpl
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css37
1 files changed, 27 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3d4e374f5..1123e3be6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -51,7 +51,31 @@ color: #d00;
padding: 1px;
}
.icon.gear {
- background-image: url("../../../../images/icons/22/gear.png");
+ background-image: url("../img/settings.png");
+ min-width: 22px;
+ height: 22px;
+ background-position: left center;
+ padding: 1px;
+}
+
+.icon.home {
+ background-image: url("../img/home.png");
+ min-width: 22px;
+ height: 22px;
+ background-position: left center;
+ padding: 1px;
+}
+
+.icon.network {
+ background-image: url("../img/network.png");
+ min-width: 22px;
+ height: 22px;
+ background-position: left center;
+ padding: 1px;
+}
+
+.icon.introductions {
+ background-image: url("../img/introductions.png");
min-width: 22px;
height: 22px;
background-position: left center;
@@ -1206,10 +1230,7 @@ input#dfrn-url {
}
.wall-item-delete-wrapper {
- /* TODO
- This should really go somewhere at the right, but for now, that leaves
- it dangling at the edge of whitespace, so we'll put it with the other wall item tools for the time being */
- float: left;
+ float: right;
}
.wall-item-delete-end {
@@ -1274,13 +1295,9 @@ width: 90%;
.wall-item-tools {
clear: both;
/* background-image: url("../img/head.jpg"); */
-/* background-position: 0 -20px;
- background-repeat: repeat-x;
background: #eee;
padding: 5px 10px;
- border-radius: 0px 0px 20px 20px;
- border: 1px #eec solid; */
-}
+}
.wall-item-like {
margin: 15px;