diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 53 |
1 files changed, 36 insertions, 17 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index fc7512a..509deb5 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -331,14 +331,14 @@ iframe.embed { } -.projectList a { - padding: 4%; +.projectList .projectItem { + margin: 4%; display: inline-block; } .projectList .room { width: 22vw; height: 17vw; - margin: 1vw 1vw 0 1vw; + margin: 1vw 1vw 10px 1vw; display: table; position: relative; z-index: 1; @@ -406,11 +406,12 @@ iframe.embed { } .page .viewMore { - text-decoration: none; - font-size: 22px; - display: block; + clear: both; + float: none; + text-decoration: none; + font-size: 22px; + display: block; border-top: 1px solid black; - border-bottom: 1px solid black; } @@ -422,15 +423,16 @@ iframe.embed { } .page .projectList label { - font-weight: 600; - font-size: 12px; + font-weight: 500; + font-size: 11px; color: black; text-decoration: none; display: inline-block; cursor: pointer; - border: 1px solid black; + border: 1px solid #000; line-height: 18px; - padding:0 5px; + padding: 5px; + letter-spacing: 0.3px; } .page .room .holder a:hover { @@ -526,6 +528,7 @@ iframe.embed { background: #f9f9f9; float: left; clear: both; + border-top:1px solid black; } .footer a, .footer span{ @@ -1212,7 +1215,7 @@ border-left: 1px solid black; content: ' ' !important; background-image: url("/assets/img/loader.gif"); background-repeat: no-repeat; - width: 40px; + width: 21px; height: 40px; } @@ -1252,7 +1255,9 @@ border-left: 1px solid black; .myMedia.inactive { opacity:0; } - +.noMedia { + margin: 40px; +} .foundMedia { position:absolute; top:0; @@ -1425,7 +1430,7 @@ border-left: 1px solid black; /* WALLPAPER PICKER */ -.wallpaper { +.wallpaper, #presets { right: 80px; margin-top: 77px; width: 172px; @@ -1435,7 +1440,7 @@ border-left: 1px solid black; transform: translateX(400px); padding: 5px 5px 9px 5px; } -.wallpaper.active { +.wallpaper.active, #presets.active { display:inline-block; -webkit-transform: translateX(0px); transform: translateX(0px); @@ -1500,7 +1505,7 @@ border-left: 1px solid black; .wallpaper .wallpaperRemove { cursor: pointer; border-top: 1px solid black; - padding: 4px 0 0 0; + padding: 0; } .wallpaper .wallpaperRemove img { width: 18px; @@ -1624,10 +1629,10 @@ input[type="range"]::-webkit-slider-thumb { .color-swatches { margin-top: 10px; } + .presets { margin-top: 10px; } - .presets span { font-size:12px; font-weight:500; @@ -2425,6 +2430,12 @@ a[data-role="forgot-password"] { width: 55px; line-height: 55px; } + .facebook b { + font-size: 40px; + } + .facebook span { + line-height: 20px; + } form { max-width: 90%; @@ -2504,4 +2515,12 @@ margin: 9px; #keyhint { display:none; } +.projectList .projectItem { + width:100%; + margin: 20px 0; +} +.projectList .room { +width: 100%; +height: 260px; +} }
\ No newline at end of file |
