]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Further changes: profile border is rounded.
authorMichael Vogel <icarus@dabo.de>
Sun, 3 Mar 2013 23:04:06 +0000 (00:04 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 3 Mar 2013 23:04:06 +0000 (00:04 +0100)
view/theme/vier/style.css

index 7fd23afecc780f96cff9bae685c1517a7f96135f..278a1ddde755fe8a9c66ed31a9a9a328c8880a43 100644 (file)
@@ -608,6 +608,9 @@ nav .nav-menu-icon.selected {
 nav .nav-menu-icon img {
   width: 22px;
   height: 22px;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
 }
 nav .nav-menu-icon .nav-notify {
   top: 3px;
@@ -865,6 +868,7 @@ aside .vcard dl {
 aside select {
   background-color: white;
   width: 165px;
+  border-color: #ccc;
 }
 
 aside .vcard dt {