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

123 lines
2.1 KiB
Stylus
Raw Normal View History

2013-09-18 19:24:40 -04:00
@import '../_variables'
@import '../_mixins'
// Settings
2015-01-25 14:21:57 -05:00
.main
2015-02-23 12:24:16 -05:00
svg
position: absolute
top: 24px
left: 16px
margin: 0px
margin-top: -13px
fill: $gray
z-index: 101
2015-01-25 14:21:57 -05:00
h1
2015-02-23 12:24:16 -05:00
color: $gray-dark
padding: 0
margin: 0
position: fixed
top: 14px
left: 266px
right: 200px
z-index: 101
2015-01-24 09:54:57 -05:00
2015-03-19 11:41:32 -04:00
#ldapSettings
display: none
&.hasLdapUsers
display: block
2015-01-25 14:21:57 -05:00
> div
padding: 20px
border-bottom: 1px solid $gray-lighter
h4
color: $blue-saturated
2015-01-25 14:21:57 -05:00
&:last-of-type
border: none
.status
overflow: hidden
min-height: 35px
max-height: 50px
height: auto
.enableAlerts, .installFirefox, .soundNotifs
margin-right: 5px
2015-02-23 11:10:52 -05:00
.soundNotifs
&.primary
&:before
content: 'Disable '
&.secondary
&:before
content: 'Enable '
2015-03-19 11:41:32 -04:00
#newLdapUser
display: none
width: 500px
height: 20px
padding: 3px
font-size: 12px
&.meIsAdmin
display: inline-block
#ldapUsers
border-radius: 3px;
border: 1px solid $gray-lighter
background: lighten($gray-lighter, 80%)
list-style-type: none
padding: 5px 5px 5px 8px
line-height: 20px
.fa-plus, .fa-minus, .delete
display: none
margin-left: 5px
cursor: pointer
color: black
&:hover
color: $settingsHoverText
&.meIsAdmin
display: inline-block
.delete
&:hover
color: red
.wrap
background: lighten($gray-lighter, 50%)
border-radius: 3px;
border: 1px solid $gray-lighter
padding: 5px
font-size: 12px
margin-bottom: 5px
width: 502px
&.meIsAdmin
display: none
input
width: 500px
height: 20px
padding: 3px
.changePassword
margin-top: 4px
margin-right: 4px
2013-09-18 19:24:40 -04:00
.uploadRegion
padding: 15px
roundall(3px)
2015-02-23 12:24:16 -05:00
margin: 50px 0
2013-10-24 18:07:43 -04:00
border: 1px solid $gray-lighter
background: lighten($gray-lighter, 80%)
p
margin: 0
2013-09-18 19:24:40 -04:00
img
margin: 10px 0
.disconnect, .logout
margin-right: 5px