Labels are now positioned above the input field
git-svn-id: https://svn.libreccm.org/ccm/trunk@2707 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
130eff10ed
commit
bacea5257f
|
|
@ -78,7 +78,7 @@ public class ArticlePropertyForm extends GenericArticlePropertyForm
|
|||
protected void addWidgets() {
|
||||
super.addWidgets();
|
||||
|
||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.lead")));
|
||||
//add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.lead")));
|
||||
ParameterModel leadParam = new StringParameter(LEAD);
|
||||
|
||||
if (ContentSection.getConfig().mandatoryDescriptions()) {
|
||||
|
|
|
|||
|
|
@ -633,7 +633,7 @@ input #draft_search{
|
|||
|
||||
textarea, select{
|
||||
vertical-align: baseline;
|
||||
margin-left: 0.4em;
|
||||
/*margin-left: 0.4em;*/
|
||||
background-color: #fbfbfb;
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
|
|
@ -646,7 +646,7 @@ textarea, select{
|
|||
|
||||
|
||||
input{
|
||||
margin-left: 0.4em;
|
||||
/*margin-left: 0.4em;*/
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
-o-border-radius:3px;
|
||||
|
|
@ -1521,7 +1521,7 @@ input#file_upload{
|
|||
10px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
#content form label {
|
||||
/*#content form label {
|
||||
clear: left;
|
||||
float: none;
|
||||
width: 12em;
|
||||
|
|
@ -1529,6 +1529,13 @@ input#file_upload{
|
|||
color: #666666;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
}*/
|
||||
|
||||
#content form label {
|
||||
display :block;
|
||||
font-weight: bold;
|
||||
margin-top: 0.5em;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
a#preview_link:hover{
|
||||
|
|
|
|||
Loading…
Reference in New Issue