Bits of style.

This commit is contained in:
Mikaël Ates 2016-01-22 11:45:58 +01:00
parent 313b5c83f1
commit b0f14da030
1 changed files with 30 additions and 4 deletions

View File

@ -281,6 +281,12 @@ transform: scale(0.4, 0.707) rotate(45deg);
* content-1-right homepage
*/
div#buttons {
text-align: left;
padding: 12px 0px 0px 0px;
height: 30px;
}
div#search {
text-align: center;
height: 70px;
@ -340,7 +346,13 @@ height: 85%;
overflow-y: auto;
}
div#patient-list div.letter{
div#room-list {
text-align: center;
height: 80%;
overflow-y: auto;
}
div.letter{
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.05);
display: inline-block;
padding: 10px;
@ -351,12 +363,12 @@ margin: 20px;
width: 90%
}
div#patient-list div.letter div.value{
div.letter div.value{
text-align: left;
color: white;
}
div#patient-list div.letter div.list{
div.letter div.list{
text-align: left;
}
@ -506,6 +518,7 @@ border-radius: 3px;
border: 0px none;
cursor: pointer;
box-shadow: 0px 1px rgba(255, 255, 255, 0.1) inset, -1px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px rgba(0, 0, 0, 0.1) inset, 0px -1px rgba(0, 0, 0, 0.6) inset;
color: white;
}
form.default-form select{
@ -626,7 +639,7 @@ overflow-y: auto;
div.manual-checking-table table {
width: 100%;
text-align: center;
table-layout: fixed
table-layout: fixed;
}
div.manual-checking-table table tr {
@ -1013,3 +1026,16 @@ color: white;
.small{
font-size: 0.8em;
}
a.button, a.button:visited {
border: none;
background: #0972a5;
border-radius: 3px;
padding: 8px 12px;
border-radius: 3px;
border: 0px none;
cursor: pointer;
box-shadow: 0px 1px rgba(255, 255, 255, 0.1) inset, -1px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px rgba(0, 0, 0, 0.1) inset, 0px -1px rgba(0, 0, 0, 0.6) inset;
text-decoration: none;
color: white;
}