123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- /* body */
- body
- {
- padding-bottom: 50px;
-
- }
-
- .graph, #graph, #outcome_program_count, #dummy-graph-container
- {
- height: 650px;
- max-width: 100%;
- margin-bottom:75px;
- }
-
- #criteriaGraph
- {
- min-height: 500px;
- }
-
- caption
- {
- caption-side: bottom;
- text-align: right;
- font-size: 90%;
-
- }
-
- #dummy-graph-container
- {
- position:relative;
- }
-
- #dummy, #overlay
- {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
-
- #dummy
- {
- pointer-events:none;
- opacity: 0.3;
- }
-
- #overlay
- {
- z-index:10;
- text-align: center;
- color: 999;
- }
-
- #overlay h2
- {
- line-height: 500px;
- }
-
- /* Login body*/
- .auth-page-body
- {
- background: url('../images/background-red.png') center center;
- background-repeat: repeat;
- min-height:900px;
- padding-top: 75px;
- text-align: left;
- color:white;
-
- }
-
- .auth-page-body h1
- {
- color:white;
- text-align: center;
- }
-
- /* Login logo*/
- .logo
- {
- float:right;
- margin:0 10px;
- padding-bottom:10px;
- }
-
- .panel-button
- {
- margin-bottom: 5px;
- }
-
- .inverted-link
- {
- color:white;
- }
-
- .inverted-link:hover
- {
- color:white;
- font-weight:700
- };
-
- /* For use with the StickyTableHeaders plugin*/
- .tableFloatingHeaderOriginal
- {
- background: blue;
- }
-
-
- #assessment-table
- {
- min-width: 100%;
- width: auto;
- }
-
- /* For jQuery Sortable*/
- .placeholder
- {
- height: 10px;
- }
-
- .placeholder td span, .attention
- {
- color: #E70033 !important;
- }
-
- /*Override bootstrap pagination*/
- .pagination
- {
- display: inline;
- }
-
- /*glyphicon buttons*/
- .icon-btn
- {
- cursor: pointer;
- color: #E70033;
- }
-
- #js-error-row
- {
- display: none;
- }
-
- /*criterion name in assessment*/
- .criterion-field
- {
- cursor: pointer;
- }
-
-
- /*div for th in assessment*/
- .th-box
- {
- /*width: 160px;
- height: 84px;*/
- max-height: 200px;
- overflow-y:auto;
- overflow-x:hidden;
- font-size: 12px;
- }
-
- .criterion-field:hover
- {
- background-color: #E70033;
- color:white;
- }
-
- .table-nonfluid {
- width: auto !important;
- }
-
- .navbar {
-
- position: absolute;
- width:100%;
- min-width:1px;
- display:block;
- margin-bottom: 0px;
- padding-bottom:10px;
- border-bottom: #666 2px solid;
- height:50px;
- }
-
- .semesterbar
- {
- /*background-color: #E70033;*/
- background: #333 url('../images/back-change.png') left center;
- text-align: left;
- padding: 2px;
- width: 364px;
- float: right;
- border-radius: 10px;
- margin: 0;
- margin-top: 30px;
- color:#fff!important;
- font-size:12px;
- top:100px
- }
- .semesterbar a
- {
- color:#FF9!important
- }
- .semesterbar p
- {
- text-align: left;
- margin-left: 80px;
- margin-top: 3px;
- padding-left: 5px;
- margin-right: 25px;
- color:#fff!important;
- }
-
- .panel-scrolling
- {
- max-height: 575px;
- overflow-y: auto;
- }
-
- .upper-roman
- {
- list-style-type: upper-roman;
- }
-
- .upper-alpha
- {
- list-style-type: upper-alpha;
- }
-
- .to-top
- {
- float: right;
- margin:10px;
- }
-
- .table-header
- {
- display: inline-block;
- }
- .gotoright
- {
- float:right;
- width: auto;
- }
- .gotoright h1
- {
- color:#fff;
- letter-spacing:1px;
- font-size:24px;
- margin:30px 50px;
- padding: 0 5px
- }
- .alert-info a {
- color: #FF9;
- margin-left:20px;
- float:right
-
- }
-
- .tooltip-inner
- {
- white-space: pre-wrap;
- text-align: left;
- }
-
- .shortened-select
- {
- max-width:85%;
- display:inline-block;
- }
-
- th
- {
- vertical-align: middle !important;
- }
-
- .alert-danger
- {
- color: #fff;
- background-color: #C4092F;
- border-color: #C4092F;
- }
- .alert-success
- {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
- }
-
- .alert-warning
- {
- color: black;
- background-color: #ffd819;
- border-color: #ffd819;
- }
-
- h5
- {
- font-weight: bolder !important;
- }
-
- .full-textarea {
- border: none;
- width: 100%;
- -webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
- -moz-box-sizing: border-box; /* FF1+ */
- box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
-
- }
-
- /* Make foot appear in table header*/
- tfoot
- {
- display: table-header-group;
- }
-
- /* Limit size of search bars in datatables */
- .column-search input, .column-search-select
- {
- width: 100% !important;
- box-sizing: border-box;
- }
-
- /* Organize datatable buttons */
- .dt-buttons
- {
- float: right !important;
- margin: 0px 0px 0px 25px !important;
- }
-
- .dataTables_filter
- {
- float: right !important;
- }
-
- .dataTables_wrapper
- {
- margin-top: 2em;
- margin-bottom: 5em;
- }
|