1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

[ux] unify button spacings

This commit is contained in:
karolinaszczur 2013-10-23 14:29:45 +02:00
parent 4175ef1ca7
commit 0edbc24abb
3 changed files with 9 additions and 4 deletions

View File

@ -63,6 +63,8 @@
height: 25px
line-height: 25px
min-width: 60px
text-transform: capitalize
cursor: pointer
.activeCall
transition(height 250ms)

View File

@ -61,5 +61,5 @@ button, a.button
&:hover
background: darken($activeBlue, 30%)
.enableAlerts
margin-right: 5px
.installFirefox, .addContact
margin-left: 5px

View File

@ -717,6 +717,8 @@ h3 {
height: 25px;
line-height: 25px;
min-width: 60px;
text-transform: capitalize;
cursor: pointer;
}
.conversation header .activeCall {
-webkit-transition: height 250ms;
@ -1072,8 +1074,9 @@ button:hover,
a.button:hover {
background: #007aa7;
}
.enableAlerts {
margin-right: 5px;
.installFirefox,
.addContact {
margin-left: 5px;
}
#wrapper {
position: relative !important;