Skip to content

Commit

Permalink
Dev: small admin css consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaber committed Nov 15, 2013
1 parent 1702429 commit e044f5e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 45 deletions.
17 changes: 17 additions & 0 deletions styles/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,23 @@ div.htmleditor {
max-width: 468px;
width: 468px;
}

#surveydetails td:first-child,
#groupdetails td:first-child,
#questiondetails td:first-child {
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;
}

#surveydetails td+td,
#groupdetails td+td,
#questiondetails td+td {
text-align:left;
}


/* Some color for information block */
/* Best is to replace in template */
.error{color:#B94A48}
Expand Down
15 changes: 0 additions & 15 deletions styles/blobblueish/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,6 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
clear:left;
}

#surveydetails td:first-child,
#groupdetails td:first-child,
#questiondetails td:first-child {
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

#surveydetails td+td,
#groupdetails td+td,
#questiondetails td+td {
text-align:left;
}
.extra-action{
float: right;
margin-top:-2em;
Expand Down
15 changes: 0 additions & 15 deletions styles/darkblue/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,21 +252,6 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
clear:left;
}

#surveydetails td:first-child,
#groupdetails td:first-child,
#questiondetails td:first-child {
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

#surveydetails td+td,
#groupdetails td+td,
#questiondetails td+td {
text-align:left;
}
.extra-action{
float: right;
margin-top: -60px
Expand Down
15 changes: 0 additions & 15 deletions styles/gringegreen/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,21 +252,6 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
clear:left;
}

#surveydetails td:first-child,
#groupdetails td:first-child,
#questiondetails td:first-child {
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

#surveydetails td+td,
#groupdetails td+td,
#questiondetails td+td {
text-align:left;
}
.extra-action{
float: right;
margin-top: -60px
Expand Down

0 comments on commit e044f5e

Please sign in to comment.