diff options
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 78 | 
1 files changed, 64 insertions, 14 deletions
| diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 7aef23099..75277eb1d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -16,7 +16,7 @@ div.form, ul.form {      background-color: #922;  } -a.add-button, #reset_wizards{ +.badge, a.add-button, #reset_wizards{      background-color: #D14;  } @@ -27,15 +27,13 @@ a, a.remove {      color:#D14;  } +.badge,  a.add-button,  #reset_wizards,  #window h1{      color:#fff;  } -#context_menu { -} -  #context_menu .orange {      color:#dd6011;  } @@ -77,6 +75,33 @@ hr.spacer{      margin: 13px;  } +#window hr.clear, +hr.clear{ +    clear: both; +    border: 0 solid transparent; +    height: 0; +    margin: 0; +} + +.fa-stack-15x { +    position: absolute; +    left: 0; +    width: 100%; +    text-align: center; +    font-size: 1.5em; +    line-height: 1.4em; +} + +.badge{ +    border: 1px solid #D14; +} + +.close-buttons{ +    position: absolute; +    right: 10px; +    top: 2px; +} +  /* shadows */  #progress-content,  .sheet{ @@ -677,6 +702,13 @@ ul.form .help_text{      margin:0.2em;  } +.badge{ +    padding: 0.1em 0.3em; +    border-radius: 1em; +    line-height: 1.8em; +    font-style: normal; +} +  .autocomplete{      width:300px;  } @@ -760,18 +792,17 @@ table.confirm tr.spacer td:last-child{  .previous_page, .next_page{      position:absolute; -    top:40px; -    font-size: 30px; +    top:2px;      color: #000;      z-index: 1000;  }  .previous_page{ -    left:35px; +    left:95px;  }  .next_page{ -    right:35px; +    right:95px;  }  a.photo{ @@ -945,24 +976,36 @@ table td.item-list span{  #window .head{      text-align:center;      background-color:#f1f2f6; -    -webkit-border-top-left-radius: 8px; -    -webkit-border-top-right-radius: 8px; -    -moz-border-radius-topleft: 8px; -    -moz-border-radius-topright: 8px; -    border-top-left-radius: 8px; -    border-top-right-radius: 8px;  } +#window .tool-left, +#window .tool-right,  #window .tool{      text-align:center;      font-style:italic;  } +#window .tool-right{ +    float: left; +    padding: 0 2em; +} + +#window .tool-left{ +    float: right; +    padding: 0 2em; +} +  #window .tool.modify{      font-style:normal;      font-weight:bold;  } +.history-nav{ +    display: inline-block; +    width: 100px; +    vertical-align: top; +} +  #window .body{      position:absolute;      padding:2px 10px 6px 10px; @@ -977,6 +1020,13 @@ table td.item-list span{      text-align:center;      font-size:16px;      margin-top:0; +    padding: 0.2em; +    -webkit-border-top-left-radius: 8px; +    -webkit-border-top-right-radius: 8px; +    -moz-border-radius-topleft: 8px; +    -moz-border-radius-topright: 8px; +    border-top-left-radius: 8px; +    border-top-right-radius: 8px;  }  #window label{ | 
