aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-11 22:09:09 -0700
committerSimon <simon@kisikew.org>2012-04-11 22:09:09 -0700
commit815a727076210e6fd7edd6815c33e4bc56e674c6 (patch)
tree238bb5527437fd140b183bcd499076d39e967ba0
parenta1d5026abf129fc520327881a293d17c1ab21eff (diff)
parentc21244f679ec5714812eba723b7b5b9c406c1fbe (diff)
downloadvolse-hubzilla-815a727076210e6fd7edd6815c33e4bc56e674c6.tar.gz
volse-hubzilla-815a727076210e6fd7edd6815c33e4bc56e674c6.tar.bz2
volse-hubzilla-815a727076210e6fd7edd6815c33e4bc56e674c6.zip
Merge pull request #227 from simonlnu/master
minor css fixes
-rw-r--r--view/theme/dispy-dark/style.css6
-rw-r--r--view/theme/dispy/style.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 1f776eed7..68d7e230f 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -1945,8 +1945,8 @@ div[id$="wrapper"] br {
margin: 0 0 -18px;
position: absolute;
text-decoration: none;
- top: 18px;
- right: 226px;
+ top: 113px;
+ right: 250px;
}
#profile-edit-links ul {
margin: 20px 0;
@@ -2611,7 +2611,7 @@ div[id$="wrapper"] br {
.icon.drop,
.icon.drophide, .icon.delete {
float: left;
- /*margin: 5px;*/
+ margin: 0 2px;
}
.icon.s22.delete {
display: block;
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 70d722e81..66d19e091 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -1946,8 +1946,8 @@ div[id$="wrapper"] br {
margin: 0 0 -18px;
position: absolute;
text-decoration: none;
- top: 18px;
- right: 226px;
+ top: 113px;
+ right: 250px;
}
#profile-edit-links ul {
margin: 20px 0;
@@ -2612,7 +2612,7 @@ div[id$="wrapper"] br {
.icon.drop,
.icon.drophide, .icon.delete {
float: left;
- /*margin: 5px;*/
+ margin: 0 2px;
}
.icon.s22.delete {
display: block;