src/pyams_skin/resources/css/myams.css
changeset 249 417298dbf77b
parent 246 4df479f75e07
child 254 08b3bb9121c9
equal deleted inserted replaced
248:86b71518e457 249:417298dbf77b
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * $Tag: 0.1.11 $ (rev. 1)
     5  * $Tag$ (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>
  4497   #ribbon .breadcrumb li:last-child,
  4497   #ribbon .breadcrumb li:last-child,
  4498   #ribbon .breadcrumb > .active {
  4498   #ribbon .breadcrumb > .active {
  4499     color: #333!important;
  4499     color: #333!important;
  4500   }
  4500   }
  4501 }
  4501 }
       
  4502 #ribbon .breadcrumb li:last-child a,
       
  4503 #ribbon .breadcrumb > .active a {
       
  4504   font-weight: bold;
       
  4505 }
  4502 .fixed-ribbon #ribbon {
  4506 .fixed-ribbon #ribbon {
  4503   position: fixed;
  4507   position: fixed;
  4504   right: 0;
  4508   right: 0;
  4505   left: 220px;
  4509   left: 220px;
  4506   top: 49px;
  4510   top: 49px;
  6746   height: 22px;
  6750   height: 22px;
  6747   background: #eee;
  6751   background: #eee;
  6748   box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  6752   box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  6749   -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  6753   -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
  6750   border-radius: 0;
  6754   border-radius: 0;
       
  6755 }
       
  6756 input[type="text"] + .progress {
       
  6757   height: 7px;
  6751 }
  6758 }
  6752 .progress-bar {
  6759 .progress-bar {
  6753   float: left;
  6760   float: left;
  6754   width: 0;
  6761   width: 0;
  6755   height: 100%;
  6762   height: 100%;
  8894   border-color: #CCC!important;
  8901   border-color: #CCC!important;
  8895   -webkit-box-shadow: none;
  8902   -webkit-box-shadow: none;
  8896   box-shadow: none;
  8903   box-shadow: none;
  8897   color: #A7A7A7;
  8904   color: #A7A7A7;
  8898 }
  8905 }
       
  8906 textarea {
       
  8907   background-color: #dedede;
       
  8908 }
  8899 textarea.clone {
  8909 textarea.clone {
  8900   position: absolute;
  8910   position: absolute;
  8901   visibility: hidden;
  8911   visibility: hidden;
  8902 }
  8912 }
  8903 .textarea-div {
  8913 .textarea-div {
  9557 }
  9567 }
  9558 .ams-form .input input[readonly],
  9568 .ams-form .input input[readonly],
  9559 .ams-form .select select[readonly],
  9569 .ams-form .select select[readonly],
  9560 .ams-form .textarea textarea[readonly] {
  9570 .ams-form .textarea textarea[readonly] {
  9561   border-bottom: 1px solid #ccc!important;
  9571   border-bottom: 1px solid #ccc!important;
       
  9572   pointer-events: none;
       
  9573   cursor: pointer;
  9562 }
  9574 }
  9563 .ams-form .input input[readonly]:focus,
  9575 .ams-form .input input[readonly]:focus,
  9564 .ams-form .select select[readonly]:focus,
  9576 .ams-form .select select[readonly]:focus,
  9565 .ams-form .textarea textarea[readonly]:focus {
  9577 .ams-form .textarea textarea[readonly]:focus {
  9566   -webkit-box-shadow: none;
  9578   -webkit-box-shadow: none;
 17150   font-weight: 700;
 17162   font-weight: 700;
 17151   margin-bottom: 4px;
 17163   margin-bottom: 4px;
 17152   vertical-align: top;
 17164   vertical-align: top;
 17153   line-height: 14px;
 17165   line-height: 14px;
 17154   font-size: 14px;
 17166   font-size: 14px;
 17155   letter-spacing: -1px;
       
 17156   text-decoration: none!important;
 17167   text-decoration: none!important;
 17157 }
 17168 }
 17158 .chat-footer {
 17169 .chat-footer {
 17159   border-top: 1px solid rgba(0, 0, 0, 0.1);
 17170   border-top: 1px solid rgba(0, 0, 0, 0.1);
 17160   background: rgba(248, 248, 248, 0.9);
 17171   background: rgba(248, 248, 248, 0.9);