mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
c843443db5
- Undo für Stundenverschiebung - Sortierung für lehrstunden Anpassungen an PHP 5.3 Inventar Bugfixes Eindeutige GID für LVB und Spezialgruppen
80 lines
4.2 KiB
CSS
80 lines
4.2 KiB
CSS
@charset "utf-8";
|
|
|
|
table.navbar {width:100%;border: 1px solid WindowFrame;}
|
|
table.navbar tr {text-align:left;}
|
|
table.navbar td {text-align:left;white-space: nowrap;}
|
|
table.navbar .ac_submit {width:10%;background-color: #FFFFDD;}
|
|
|
|
.ac_results iframe {
|
|
display:none;/*sorry for IE5*/
|
|
display/**/:block;/*sorry for IE5*/
|
|
position:absolute;top:0;left:0; z-index:-1;width:3000px; height:3000px;}
|
|
.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}
|
|
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
|
|
.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;
|
|
/* if width will be 100% horizontal scrollbar will apear
|
|
when scroll mode will be used */
|
|
/*width: 100%;*/
|
|
font: menu;
|
|
font-size: 12px;
|
|
/* it is very important, if line-height not setted or setted
|
|
in relative units scroll will be broken in firefox */
|
|
line-height: 16px; overflow: hidden;
|
|
}
|
|
.ac_loading {background: #ffffff url('indicator.gif') right center no-repeat; }
|
|
.ac_odd {background-color: #eee;}
|
|
.ac_over {background-color: navy;color: white;font-weight: bold;}
|
|
.ac_input {border: 1px solid WindowFrame;background-color: #FBFBFB;}
|
|
|
|
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
|
|
.ui-widget-content { border: 0px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
|
|
.ui-widget-content a { color: #333333; }
|
|
|
|
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828; color: #ffffff; font-weight: bold; }
|
|
.ui-widget-header a { color: #ffffff; }
|
|
|
|
/* Date picker specific styles follow */
|
|
.ui-datepicker { font-size:smaller; width: 17em; padding: .2em .2em 0;}
|
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
|
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
|
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
|
.ui-datepicker .ui-datepicker-next { right:2px; }
|
|
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
|
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
|
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
|
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
|
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
|
.ui-datepicker table {border:1px;width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
|
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
|
.ui-datepicker td { border: 0; padding: 1px; }
|
|
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
|
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
|
div.datepicker {
|
|
position: relative;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
width: 196px;
|
|
height: 147px;
|
|
position: absolute;
|
|
cursor: default;
|
|
top: 0;
|
|
left: 0;
|
|
display: none;
|
|
}
|
|
.datepickerContainer {
|
|
background: #121212;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
} |