[ux] small visual tweaks: sizes, placement and cancel button

This commit is contained in:
karolinaszczur 2013-10-15 12:14:16 -07:00
parent 8ccbf68fd2
commit d796b88160
6 changed files with 25 additions and 3 deletions

View File

@ -11,7 +11,7 @@
</header> </header>
<section class="box connect"> <section class="box connect">
<h2>Connecting...</h2> <h2>Connecting...</h2>
<a href="/logout">Cancel</a> <a class="button" href="/logout">Cancel</a>
</section> </section>
</body> </body>
</html> </html>

View File

@ -24,6 +24,10 @@
h2 h2
padding: 0 padding: 0
.button
float: none
margin-top: 20px
.head, .content .head, .content
padding: 0 20px padding: 0 20px

View File

@ -59,4 +59,7 @@ button, a.button
cursor: pointer cursor: pointer
&:hover &:hover
background: darken($activeBlue, 30%) background: darken($activeBlue, 30%)
.enableAlerts
margin-right: 5px

View File

@ -12,6 +12,7 @@
padding: 5px padding: 5px
background: $grayBackground background: $grayBackground
roundall(3px) roundall(3px)
font-size: $fontSmall
.uploadRegion .uploadRegion
padding: 15px padding: 15px
@ -26,3 +27,6 @@
input input
width: 100% width: 100%
img
margin: 10px 0

View File

@ -859,6 +859,7 @@ h3 {
-o-border-radius: 3px; -o-border-radius: 3px;
-border-radius: 3px; -border-radius: 3px;
border-radius: 3px; border-radius: 3px;
font-size: 12px;
} }
.uploadRegion { .uploadRegion {
padding: 15px; padding: 15px;
@ -879,6 +880,9 @@ h3 {
.uploadRegion input { .uploadRegion input {
width: 100%; width: 100%;
} }
.uploadRegion img {
margin: 10px 0;
}
.aux { .aux {
background: #f7f7f7; background: #f7f7f7;
} }
@ -910,6 +914,10 @@ h3 {
.box.connect h2 { .box.connect h2 {
padding: 0; padding: 0;
} }
.box.connect .button {
float: none;
margin-top: 20px;
}
.box .head, .box .head,
.box .content { .box .content {
padding: 0 20px; padding: 0 20px;
@ -1020,3 +1028,6 @@ button:hover,
a.button:hover { a.button:hover {
background: #007aa7; background: #007aa7;
} }
.enableAlerts {
margin-right: 5px;
}

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 0.0.1 1381863218449 # 0.0.1 1381864437928
CACHE: CACHE:
/app.js /app.js