#254:Tooltip

This commit is contained in:
Martin Müller 2014-05-11 10:09:52 +02:00
parent 5bc19be5a3
commit 4b109c46d9
1 changed files with 109 additions and 107 deletions

View File

@ -28,6 +28,8 @@ textarea {
color:black; color:black;
border-radius: 2px; border-radius: 2px;
padding:2px; padding:2px;
position: absolute;
z-index: 9999;
} }
/* /*
* Default * Default
@ -43,20 +45,20 @@ textarea {
position:relative; position:relative;
} }
.box > h1{ .box > h1{
color:grey; color:grey;
} }
h4{ h4{
border-bottom:1px solid grey; border-bottom:1px solid grey;
margin-top:30px; margin-top:30px;
} }
.box img{ .box img{
max-width:100%; max-width:100%;
} }
.form-group{ .form-group{
padding:15px 0; padding:15px 0;
} }
legend{ legend{
margin-top:50px; margin-top:50px;
} }
/* /*
* Logo * Logo
@ -84,14 +86,14 @@ legend{
width: 100%; width: 100%;
min-height: 400px; min-height: 400px;
background: url('../img/loading.gif') background: url('../img/loading.gif')
50% 50% 50% 50%
no-repeat; no-repeat;
} }
body.loading .loadingModel { body.loading .loadingModel {
display: block; display: block;
} }
body.loading #container{ body.loading #container{
display:none; display:none;
} }
/* /*
* Navbar * Navbar
@ -224,7 +226,7 @@ body.loading #container{
margin: 0px; margin: 0px;
padding-top: 20px; padding-top: 20px;
padding-right:162px; padding-right:162px;
//width:960px; //width:960px;
} }
#container{ #container{
min-height: 400px; min-height: 400px;
@ -281,9 +283,9 @@ body.loading #container{
margin-top: 20px; margin-top: 20px;
} }
.buttonrow{ .buttonrow{
text-align:right; text-align:right;
margin-top:25px; margin-top:25px;
padding:0px 15px; padding:0px 15px;
} }
/* /*
* Opening * Opening
@ -292,7 +294,7 @@ body.loading #container{
margin: 30px auto; margin: 30px auto;
width: 900px; width: 900px;
padding-bottom:20px; padding-bottom:20px;
border-bottom:1px solid grey; border-bottom:1px solid grey;
} }
.openingitem h3{ .openingitem h3{
margin: 0px; margin: 0px;
@ -355,8 +357,8 @@ body.loading #container{
width: 150px; width: 150px;
} }
.openingitem .right .btn-group-vertical > .btn{ .openingitem .right .btn-group-vertical > .btn{
width:150px; width:150px;
overflow-x:hidden; overflow-x:hidden;
} }
.openingitem.empty { .openingitem.empty {
display: block; display: block;
@ -366,72 +368,72 @@ body.loading #container{
/* /*
* Startseite * Startseite
*/ */
.start-search-box{ .start-search-box{
text-align:center; text-align:center;
} }
.start-search-box .img{ .start-search-box .img{
float:left; float:left;
margin-right:20px; margin-right:20px;
position:relative; position:relative;
text-align:center; text-align:center;
} }
.start-search-box .img .btn{ .start-search-box .img .btn{
color: #FFFFFF; color: #FFFFFF;
float: none; float: none;
bottom: 40px; bottom: 40px;
position: absolute; position: absolute;
left: 150px; left: 150px;
} }
.start-search-box .bluebox, .start-search-box .redbox.bluebox{ .start-search-box .bluebox, .start-search-box .redbox.bluebox{
display:inline-block; display:inline-block;
text-align:left; text-align:left;
font-size:26px; font-size:26px;
line-height:2; line-height:2;
width:465px; width:465px;
height:282px; height:282px;
background-color:#357EBD; background-color:#357EBD;
padding:50px 70px; padding:50px 70px;
color:white; color:white;
} }
.start-search-box .redbox{ .start-search-box .redbox{
display:inline-block; display:inline-block;
width:465px; width:465px;
height:282px; height:282px;
background-color:#9d1c16; background-color:#9d1c16;
padding-top:20px; padding-top:20px;
} }
.start-search-box .redbox h1{ .start-search-box .redbox h1{
color:white; color:white;
} }
.start-search-box .redbox .searchform{ .start-search-box .redbox .searchform{
display:inline-block; display:inline-block;
margin:auto; margin:auto;
} }
.start-search-box .redbox .searchform .input-group,.start-search-box .redbox .searchform .btn.btn-primary{ .start-search-box .redbox .searchform .input-group,.start-search-box .redbox .searchform .btn.btn-primary{
width:350px; width:350px;
} }
.start-search-box .redbox .searchform .btn.btn-default{ .start-search-box .redbox .searchform .btn.btn-default{
background-color:#fea501; background-color:#fea501;
border-color:#fea501; border-color:#fea501;
} }
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{ .start-search-box .redbox .searchform .btn.btn-default .glyphicon{
line-height:1.42857; line-height:1.42857;
color:white; color:white;
} }
.start-search-box .redbox .searchform .btn.btn-primary{ .start-search-box .redbox .searchform .btn.btn-primary{
background-color:#7e0000; background-color:#7e0000;
border-color:#7e0000; border-color:#7e0000;
} }
/* /*
* Messages * Messages
*/ */
.msg legend{ .msg legend{
margin:0px 0px 5px 0px; margin:0px 0px 5px 0px;
font-size:14px; font-size:14px;
} }
.msg .text{ .msg .text{
font-weight:bold; font-weight:bold;
font-size:16px; font-size:16px;
} }
.cv{ .cv{
width:100%; width:100%;
@ -450,73 +452,73 @@ body.loading #container{
font-style:normal; font-style:normal;
} }
.cv tr span.label{ .cv tr span.label{
width:10%; width:10%;
font-style:normal; font-style:normal;
font-size:14px; font-size:14px;
color:black; color:black;
display:inline-block; display:inline-block;
} }
.cv .date { .cv .date {
display:inline-block; display:inline-block;
width:90%; width:90%;
} }
.cv .date > select { .cv .date > select {
width:30%; width:30%;
display:inline-block; display:inline-block;
} }
.hide-input input.form-control{ .hide-input input.form-control{
background-color:rgba(255,255,255,0); background-color:rgba(255,255,255,0);
border-color:rgba(255,255,255,0); border-color:rgba(255,255,255,0);
color:black; color:black;
box-shadow:none; box-shadow:none;
} }
.modal-body,.modal-title{ .modal-body,.modal-title{
color:black; color:black;
} }
.infofield{ .infofield{
color:black; color:black;
} }
.table > thead > tr > th { .table > thead > tr > th {
color:black; color:black;
} }
.tableForm tbody tr.new .btn-del{ .tableForm tbody tr.new .btn-del{
display:none; display:none;
} }
.imgsubtitle.edit{ .imgsubtitle.edit{
background:rgba(0,0,0,0.8); background:rgba(0,0,0,0.8);
color:white; color:white;
width:200px; width:200px;
float:none; float:none;
height:20px; height:20px;
margin-top:-20px; margin-top:-20px;
position:absolute; position:absolute;
} }
.imgsubtitle.edit a{ .imgsubtitle.edit a{
color:white; color:white;
} }
fieldset.search{ fieldset.search{
text-align:center; text-align:center;
} }
fieldset.search .form-group{ fieldset.search .form-group{
text-align:left; text-align:left;
width:250px; width:250px;
display:block; display:block;
margin-right:30px; margin-right:30px;
float:left; float:left;
} }
fieldset.search .submit.form-group{ fieldset.search .submit.form-group{
padding-top:40px; padding-top:40px;
} }
fieldset.search .submit.form-group .btn{ fieldset.search .submit.form-group .btn{
width:250px; width:250px;
} }
fieldset.search .form-group label{ fieldset.search .form-group label{
margin: 0px 20px; margin: 0px 20px;
font-weight:700; font-weight:700;
height:25px; height:25px;
} }