diff options
Diffstat (limited to 'ishtar_common/static/media')
| -rw-r--r-- | ishtar_common/static/media/style.css | 141 | 
1 files changed, 8 insertions, 133 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index cc1477bdc..0e9352803 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -1038,94 +1038,13 @@ a.photo{      width:160px;  } -#dashboard{ -    padding-top: 20px; -} - -#dash-tabs .ui-tabs .ui-tabs-panel{ -    padding:0; -} - -.dashboard{ -    margin-top: 1em; -} - -.dashboard.ui-accordion .ui-accordion-header{ -    margin-left: auto; -    margin-right: auto; -    padding-top: 0.8em; -    padding-bottom: 0.8em; -} - -.dashboard.ui-accordion .ui-accordion-content{ -    padding: 1.3em; -} - -.dashboard .ui-icon, -.dashboard .ui-state-hover .ui-icon, -.dashboard .ui-state-default .ui-icon, -.dashboard .ui-state-active .ui-icon { -    background-image: none; -    color: white; -    text-indent: 0; -} - -.dashboard .ui-state-active .ui-icon:before { -    content: "\f0d7"; -    font-family: 'FontAwesome'; -} - -.dashboard .ui-icon:before { -    content: "\f0da"; -    font-family: 'FontAwesome'; -} - -.dashboard > div, -.dashboard h3{ -    width:760px; -    margin:0; -    margin-left:auto; -    margin-right:auto; -    border-radius: 4px; -} - -.dashboard > div{ -    background: #FFF; -    text-align:left; -    padding:10px; -    border:1px solid #EAEAEA; -    border-top-left-radius: 0; -    border-top-right-radius: 0; -} - -.dashboard h3{ -    margin-top:1em; -    background-color:#922; -    color:#FFF; -    padding:10px; -} - -.dashboard p{ -    margin:0; -    padding:0 10px; -} - -.dashboard div.form{ -    padding:20px 10px; -    width:740px; -} - -.dashboard select { -    max-width: 400px; -} - -#window .table, .dashboard .table{ +#window .table{      padding:10px;      width:730px;      overflow:auto;  } -#window table.simple, .dashboard table.resume{ +#window table.simple{      font-size:0.9em;      margin:10px 0;      padding: 0 10px; @@ -1133,15 +1052,10 @@ a.photo{      width:100%;  } -#window caption, .dashboard caption{ +#window caption{      font-size:1.2em;  } -.dashboard caption{ -    text-align:left; -    padding:0.5em 1em; -} -  .chart-img{      display:none;  } @@ -1150,7 +1064,7 @@ a.photo{      margin-top:1em;  } -#window table.simple th, .dashboard table.resume th{ +#window table.simple th{      background-color:#922;      border:1px solid #f1f2f6;      color:#FFF; @@ -1171,29 +1085,24 @@ a.photo{      text-align: center;  } -.dashboard table.resume th{ -    text-align:center; -    padding:0.5em; -} - -#window table th.sub, .dashboard table.resume th.sub, .dashboard table.resume td.sub{ +#window table th.sub {      background-color:#994242;      border:1px solid #f1f2f6;      color:#FFF;      padding:0 1em;  } -#window table.resume th.sub, .dashboard table.resume th.sub{ +#window table.resume th.sub{      text-align:left;  } -#window table.simple td, .dashboard table.resume td{ +#window table.simple td{      text-align:right;      padding:0 1em;      border:1px solid #f1f2f6;  } -#window table td.ref, .dashboard table.resume td.ref{ +#window table td.ref{      text-align:left;      white-space:nowrap;      font-family:monospace; @@ -1280,24 +1189,17 @@ table td.item-list span{      border-top-right-radius: 8px;  } -.dashboard label,  #window label{      display:inline-table;      font-weight:bold;      width:245px;  } -.dashboard span.value,  #window span.value{      display:inline-table;      width:465px;  } -.dashboard span.value.numeric{ -    text-align: right; -    width:80px; -} -  #window ul.form-flex span.value {      display: inline-table;      width: 230px; @@ -1386,33 +1288,6 @@ a.remove{      margin:0 6px;  } -.dashboard .jqplot-target table{ -    width:auto; -} - -.dashboard table.jqplot-table-legend{ -    width:default; -    border-collapse:default; -} - -.dashboard div.jqplot-table-legend-swatch-outline, -.dashboard table.jqplot-table-legend th, .dashboard table.jqplot-table-legend td{ -    border:0; -} - -.dashboard table.jqplot-table-legend td { -    text-align:left; -    padding:0; -} - -.dashboard table.resume{ -    width:100%; -    border-collapse:yes; -} -.dashboard table.resume th, .dashboard table.resume td{ -    border:1px solid; -} -  .form table.inline-table th{      text-align:center;      font-weight:bold;  | 
