source: Dev/branches/rest-dojo-ui/client/rft/css/sessionEditor.css @ 398

Last change on this file since 398 was 346, checked in by tjcschipper, 13 years ago
  • Made mSession.html Session Editor for demo.
  • Matching stylesheet
  • Changes to all screens resulting from feedback and/or demonstration purposes.
  • global goToPage() function included in all mockups is temporary! Do not use this for actual production code.
File size: 702 bytes
Line 
1.rftSessionObject {
2    width: 100px;
3    height: 100px;
4    background: #999999;
5    margin: 16px;
6    display: inline-block;
7}
8.rftSessionObject .rftIcon {
9    width: 32px;
10    height: 32px;
11    margin: 8px 34px 0 34px;
12    background-image: url('images/icons/rftIcons32.png');
13}
14.rftSessionObject label {
15    float: left;
16    clear: both;
17    width: 100px;
18    margin: 0;
19    padding: 0;
20    text-align: center;
21    color: #ffffff;
22    overflow: hidden;
23}
24
25/* Colours */
26.rftSessionObject.blue {
27    background: #0072bc;
28}
29.rftSessionObject.blue.selected {
30    background: #0794d1;
31}
32.rftSessionObject.green {
33    background: #3aa605;
34}
35.rftSessionObject.green.selected {
36    background: #79ca0a;
37}
Note: See TracBrowser for help on using the repository browser.