Files
DemoApp/public/stylesheets/style.css

87 lines
1007 B
CSS

body {
xxpadding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
ul, menu, dir {
list-style-type: none;
}
#sortable ul {
list-style-type: none;
}
.labelli {
height : 30px;
}
.floatright {
float: right;
}
.clearright {
clear: right;
}
li.floatleft {
display: block;
float: none;
overflow: hidden;
}
.floatleft {
display: block;
float: left;
}
.workoutentry {
width: 250px;
}
#Leftpane {
display: block;
float: left;
xxxwidth: 190px;
overflow: hidden;
}
#Rightpane {
display: block;
float: left;
overflow: hidden;
wxxxidth: 80%;
}
#userphoto {
width: 160px;
height: 160px;
background-color: #99B2FF;
}
#exerciselist {
width : 500px;
height : 400px;
overflow : auto;
}
label {
margin-left: 5px;
margin-right: 5px;
font-size: 12px;
background: #f7f7f7;
padding: 4px 10px;
border: 1px solid #ccc;
vertical-align: middle;
text-align:center;
}
form {
margin: 5px;
border: 1px solid #ccc;
}