Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4aaaaa07

Von Andreas Rudin vor fast 2 Jahren hinzugefügt

  • ID 4aaaaa07649be6db1231a7e548030f1f338a77fb
  • Vorgänger 35d26859
  • Nachfolger 3b74b14d

design40: css Erweiterung: Radio-Buttons und Checkboxes in td ohne float left

Unterschiede anzeigen:

css/design40/less/forms.less
683 683
      }
684 684
    }
685 685
  }
686
  td.clear{
687
    input[type="radio"],
688
    input[type="checkbox"]{
689
      float: none;
690
      &~label{
691
        float: none;
692
      }
693
    }
694
  }
686 695
}
687 696

  
688 697

  
css/design40/style.css
1995 1995
table.tbl-plain td span.wi-date input[type="date"] {
1996 1996
  width: 92px;
1997 1997
}
1998
table.tbl-horizontal td.clear input[type="radio"],
1999
table.tbl-list td.clear input[type="radio"],
2000
table.tbl-plain td.clear input[type="radio"],
2001
table.tbl-horizontal td.clear input[type="checkbox"],
2002
table.tbl-list td.clear input[type="checkbox"],
2003
table.tbl-plain td.clear input[type="checkbox"] {
2004
  float: none;
2005
}
2006
table.tbl-horizontal td.clear input[type="radio"] ~ label,
2007
table.tbl-list td.clear input[type="radio"] ~ label,
2008
table.tbl-plain td.clear input[type="radio"] ~ label,
2009
table.tbl-horizontal td.clear input[type="checkbox"] ~ label,
2010
table.tbl-list td.clear input[type="checkbox"] ~ label,
2011
table.tbl-plain td.clear input[type="checkbox"] ~ label {
2012
  float: none;
2013
}
1998 2014
div.fake-textarea {
1999 2015
  width: 220px;
2000 2016
  height: 150px;

Auch abrufbar als: Unified diff