mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
53 lines
639 B
CSS
53 lines
639 B
CSS
body {
|
|
padding: 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;
|
|
}
|
|
|
|
#Leftpane {
|
|
float: left;
|
|
}
|
|
|
|
|
|
#Rightpane {
|
|
float: left;
|
|
}
|
|
|
|
#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;
|
|
} |