src/myams/resources/css/myams.css
changeset 39 fed67f169e1c
parent 36 f090c62de817
equal deleted inserted replaced
38:ea9f341ed53b 39:fed67f169e1c
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * Version: 0.1.47 (rev. 1)
     5  * Version: 0.1.48 (rev. 1)
     6  * A bootstrap based application/administration skin
     6  * A bootstrap based application/administration skin
     7  *
     7  *
     8  * Custom administration and application skin tools
     8  * Custom administration and application skin tools
     9  * Released under Zope Public License ZPL 1.1
     9  * Released under Zope Public License ZPL 1.1
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
  9167 .ams-form fieldset.switched + fieldset {
  9167 .ams-form fieldset.switched + fieldset {
  9168   margin-top: 0!important;
  9168   margin-top: 0!important;
  9169 }
  9169 }
  9170 .ams-form fieldset.bordered {
  9170 .ams-form fieldset.bordered {
  9171   margin: 0 10px 10px;
  9171   margin: 0 10px 10px;
  9172   border: 1px solid rgba(192, 192, 192, 0.8);
  9172   border: 1px solid #c0c0c0;
  9173   -webkit-border-radius: 3px;
  9173   -webkit-border-radius: 3px;
  9174   -moz-border-radius: 3px;
  9174   -moz-border-radius: 3px;
  9175   border-radius: 3px;
  9175   border-radius: 3px;
  9176 }
  9176 }
  9177 .ams-form fieldset.bordered.switched {
  9177 .ams-form fieldset.bordered.switched {
  9179   background-color: transparent;
  9179   background-color: transparent;
  9180 }
  9180 }
  9181 .ams-form fieldset.bordered > legend {
  9181 .ams-form fieldset.bordered > legend {
  9182   width: auto;
  9182   width: auto;
  9183   padding: 3px 10px 1px;
  9183   padding: 3px 10px 1px;
  9184   border: 1px solid rgba(192, 192, 192, 0.8);
  9184   border: 1px solid #c0c0c0;
  9185   -webkit-border-radius: 3px;
  9185   -webkit-border-radius: 3px;
  9186   -moz-border-radius: 3px;
  9186   -moz-border-radius: 3px;
  9187   border-radius: 3px;
  9187   border-radius: 3px;
  9188 }
  9188 }
  9189 .ams-form fieldset > fieldset.bordered {
  9189 .ams-form fieldset > fieldset.bordered {