Skip to content

Commit

Permalink
Dev: better visual discrimination of survey texts in admin interface
Browse files Browse the repository at this point in the history
Dev: align labels in survey description page at top of cell
  • Loading branch information
mfaber committed Nov 15, 2013
1 parent d8fdf83 commit 59cd47e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/blobblueish/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

Expand Down
1 change: 1 addition & 0 deletions styles/darkblue/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

Expand Down
1 change: 1 addition & 0 deletions styles/gringegreen/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ html>body .menubar-right .arrow-wrapper { /* For real browsers */
width:25%;
font-weight:bold;
text-align:right;
vertical-align:top;

}

Expand Down

3 comments on commit 59cd47e

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wgy don't put it on styles/adminstyle.css ?

@mfaber
Copy link
Contributor Author

@mfaber mfaber commented on 59cd47e Nov 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine with me....would then move the whole block over to the common css file, ok?

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;

}

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups, sorry : it's not on label ?

We really need CSS cleaning in admin template ....

HTML cleaning too...
Here we need to remove #...details and use a specific class ....
Linked with : http://bugs.limesurvey.org/view.php?id=8306

Please sign in to comment.