Merge pull request #82 from simonlnu/master
say hello to dispy's younger brother
This commit is contained in:
commit
3b95171824
|
@ -153,7 +153,7 @@ a:hover {
|
||||||
color: #729fcf;
|
color: #729fcf;
|
||||||
}
|
}
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background-color: #555753;
|
background-color: #555753;
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
|
@ -1751,6 +1751,14 @@ div[id$="wrapper"] br {
|
||||||
/**
|
/**
|
||||||
* contacts selector
|
* contacts selector
|
||||||
*/
|
*/
|
||||||
|
.group-delete-wrapper {
|
||||||
|
margin: -28px 150px 0 0;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#group-edit-submit-wrapper {
|
||||||
|
margin: 0 0 10px 0;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
#group-edit-desc {
|
#group-edit-desc {
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
|
@ -2081,19 +2089,29 @@ div[id$="wrapper"] br {
|
||||||
* Form fields
|
* Form fields
|
||||||
*/
|
*/
|
||||||
.field {
|
.field {
|
||||||
margin-bottom: 10px;
|
/*margin-bottom: 10px;*/
|
||||||
padding-bottom: 10px;
|
/*padding-bottom: 10px;*/
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.field label {
|
.field label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
display: block;
|
||||||
|
font-size: 1.077em;
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
margin: 0 10px 0.2em 0;
|
||||||
|
border: 1px #999 solid;
|
||||||
|
padding: 5px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.field input {
|
||||||
|
width: 250px;
|
||||||
|
height: 25px;
|
||||||
|
border: 1px #666 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field input,
|
|
||||||
.field textarea {
|
.field textarea {
|
||||||
width: 400px;
|
width: 80%;
|
||||||
}
|
}
|
||||||
.field textarea {
|
.field textarea {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
Loading…
Reference in a new issue