1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Contact Modal追加

This commit is contained in:
Rokt33r
2015-08-20 01:30:57 +09:00
parent 0b4cfd6563
commit 3d9a631786
22 changed files with 645 additions and 278 deletions

View File

@@ -45,6 +45,7 @@ body
padding 10px
border solid 2px transparent
box-sizing border-box
cursor pointer
.divider
box-sizing border-box
border-bottom solid 1px borderColor

View File

@@ -1,15 +0,0 @@
.DashboardContainer
fullsize()
box-sizing border-box
overflow-y auto
padding 10px
.jumbotron
background-color brandColor
color white
padding 65px 20px
font-size 3.5em
margin-bottom 25px
h2, h3
margin-bottom 15px
p
margin-bottom 25px

View File

@@ -222,6 +222,7 @@
font-size 1.2em
margin-bottom 15px
.teams, .members
margin-left 10px
li
margin-bottom 10px
font-size 1.1em

View File

@@ -17,7 +17,7 @@ body
font-size fontSize
font-weight 400
div, span, a, button, input
div, span, a, button, input, textarea
box-sizing border-box
h1
@@ -98,3 +98,21 @@ textarea.block-input
#content
fullsize()
.Main
.appUpdateButton
position fixed
z-index 2000
bottom 5px
right 53px
btnDefault()
padding 10px 15px
border-radius 5px
.contactButton
position fixed
z-index 2000
bottom 5px
right 5px
btnDefault()
padding 10px 15px
border-radius 5px

View File

@@ -56,8 +56,9 @@
absolute top bottom right
left 175px
padding 15px
overflow-y auto
.EditProfileModal, .PlanetSettingModal
.EditProfileModal, .PlanetSettingModal, .TeamSettingsModal
.userInfoTab, .passwordTab, .planetProfileTab, .userInfoTab, .membersTab
padding-top 45px
.formField
@@ -75,7 +76,7 @@
borderInput()
height 33px
font-size 1em
border-radius 10px
border-radius 5px
float left
.formRadioField
margin-bottom 15px
@@ -152,6 +153,48 @@
alertSuccess()
.alertError
alertError()
.membersTab
.memberTable
width 100%
margin-bottom 25px
th
border-bottom solid 2px borderColor
td
border-bottom solid 1px borderColor
height 38px
button
btnDefault()
padding 5px
border-radius 5px
.roleSelect
height 33px
border solid 1px borderColor
background-color backgroundColor
th, td
padding 5px 0
.addMemberForm
.formLabel
margin-bottom 5px
.formGroup
clearfix()
.userNameSelect
display block
width 200px
margin-right 5px
float left
.roleSelect
display block
height 33px
border solid 1px borderColor
background-color backgroundColor
float left
margin-right 5px
.confirmButton
display block
height 33px
btnDefault()
border-radius 5px
float left
.LaunchModal
@@ -240,8 +283,7 @@
li
margin-bottom 15px
.PlanetCreateModal.modal, .TeamCreateModal.modal
.PlanetCreateModal.modal, .TeamCreateModal.modal, .AddMemberModal.modal
padding 60px 0
.nameInput
width 80%
@@ -264,7 +306,6 @@
background-color white
padding 0 10px
margin 0 15px
.submitButton
display block
margin 0 auto
@@ -273,3 +314,44 @@
height 55px
circle()
btnPrimary()
.ContactModal
padding 15px
.contactForm
.formField
width 100%
margin-bottom 10px
input, textarea
display block
width 100%
borderInput()
border-radius 5px
input
height 33px
font-size 1em
textarea
height 175px
font-size 1em
.formControl
clearfix()
button
float right
btnDefault()
height 44px
padding 0 15px
border-radius 5px
margin-left 5px
button.sendButton
btnPrimary()
.confirmation
.confirmationMessage
padding 35px 0
text-align center
font-size 1.1em
.doneButton
btnDefault()
height 44px
padding 0 35px
border-radius 5px
display block
margin 0 auto 25px