diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ebe307a..51bd244 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1138,21 +1138,23 @@ iframe.embed { color: #555; text-decoration:none; padding:5px; - border:1px solid white; + border:2px solid white; + font-weight: 400; + font-size: 15px; } .mediaDrawer h2 a.active{ cursor:default; - border:1px solid black; + border:2px solid black; color:black; } .mediaDrawer h2 a:hover { - border:1px solid #ccc; + border:2px solid #ccc; } .mediaDrawer h2 a.active{ - border:1px solid black; + border:2px solid black; } @@ -1248,8 +1250,12 @@ iframe.embed { transform: translateX(3px) translateY(-3px); } .wallpaper .swatches { - width: 100%; - min-height: 30px; + width: 100%; + min-height: 30px; + margin-top: 6px; + border-bottom: 1px solid #ddd; + display: inline-block; + padding-bottom: 6px; } .wallpaperUpload, .wallpaperRemove { @@ -1628,7 +1634,8 @@ span:hover .swatch { color:white; } .btn.marg { - margin-top:10px; + margin-top:5px; + width: 100%; } .warn { background:red; @@ -1949,6 +1956,10 @@ a[data-role="forgot-password"] { padding:5px; } +.vvbox.wallpaper .txt{ + padding:0; +} + .aboutRoom.vvbox .txt { padding: 0; } |
