mirror of
https://github.com/sstent/alex_app1.git
synced 2025-12-06 08:02:03 +00:00
117 lines
1.5 KiB
CSS
117 lines
1.5 KiB
CSS
body {
|
|
padding: 5px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
background: #ccc;
|
|
}
|
|
|
|
a {
|
|
color: #0069ff;
|
|
}
|
|
|
|
#container {
|
|
width: 95%;
|
|
height: 98%;
|
|
margin: 0 auto;
|
|
padding: 40px 20px;
|
|
background: #fff;
|
|
box-shadow: 1px 3px 3px #333;
|
|
border-radius: 5px;
|
|
float: left;
|
|
}
|
|
|
|
#logo {
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#display {
|
|
width: 98%;
|
|
height: 98%;
|
|
margin: 10px 0 10px;
|
|
}
|
|
|
|
|
|
label {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
font-size: 12px;
|
|
background: #f7f7f7;
|
|
padding: 4px 10px;
|
|
float: left;
|
|
clear: right;
|
|
width: 100px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
text-align:center;
|
|
}
|
|
|
|
.uiindex {
|
|
margin-left: 20px;
|
|
width: 70px;
|
|
}
|
|
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#activityheader label {
|
|
float: none;
|
|
}
|
|
|
|
|
|
input[type="text"] {
|
|
height: 22px;
|
|
width: 93px;
|
|
margin-right: 16px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#employees{
|
|
padding-left: 30px;
|
|
}
|
|
|
|
|
|
|
|
.text-label {
|
|
color: #cdcdcd;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
#sortable li {
|
|
margin: 0 3px 3px 3px;
|
|
padding: 0.4em;
|
|
padding-left: 1.5em;
|
|
height: 24px;
|
|
}
|
|
|
|
#sortableexercises li {
|
|
margin: 0 3px 3px 3px;
|
|
padding: 0.4em;
|
|
padding-left: 1.5em;
|
|
height: 24px;
|
|
}
|
|
|
|
#Activity A {
|
|
/*position:absolute;*/
|
|
right:60px;
|
|
vertical-align: middle;
|
|
float: right;
|
|
}
|
|
|
|
#ExerciseEditor A {
|
|
/*position:absolute;*/
|
|
right:60px;
|
|
vertical-align: middle;
|
|
float: right;
|
|
}
|
|
|
|
#Activities {float:left;}
|
|
/*#ExerciseEditor {float:right;}
|
|
#Activity {float:right;}*/
|
|
#RightColumn {float:right;}
|
|
#Bottom {clear: both;}
|