##// END OF EJS Templates
some css fixes
Matthias BUSSONNIER -
Show More
@@ -1,84 +1,86 b''
1 1 /* Css for the metadata edit area */
2 2
3 3
4 4 .celltoolbar {
5 border: thin solid #ABABAB;
5 border: thin solid #CFCFCF;
6 6 margin-left: 0px;
7 7 border-bottom: none;
8 8 background : #EEE;
9 9 border-top-right-radius: 3px;
10 10 border-top-left-radius: 3px;
11 11 }
12 12
13 13 .no_input_radius {
14 14 border-top-right-radius: 0px;
15 15 border-top-left-radius: 0px;
16 16 }
17 17
18 18 .text_cell .ctb_prompt {
19 19 display: none;
20 20 }
21 21
22 22 .code_cell .ctb_prompt {
23 23 display: block;
24 24 }
25 25
26 26 .ctb_hideshow {
27 27 display: none;
28 28 }
29 29
30 30 /*ctb_show is added to either body or the ctb_hideshow div to show
31 31 all or one cell's toolbars.
32 32 */
33 33 .ctb_show.ctb_hideshow, .ctb_show .ctb_hideshow {
34 34 display: block;
35 35 }
36 36
37 37 .ctb_show .ctb_hideshow + div > div.input_area,
38 38 .ctb_show .ctb_hideshow + div.text_cell_input {
39 39 border-top-right-radius: 0px;
40 40 border-top-left-radius: 0px;
41 41 }
42 42
43 43 .ctb_show > .celltoolbar {
44 44 border-bottom-right-radius: 0px;
45 45 border-bottom-left-radius: 0px;
46 46 }
47 47
48 48 .button_container {
49 49 float: right;
50 50 padding-bottom: 1px;
51 51 }
52 52
53 53 .button_container .ui-state-default, .button_container .ui-state-hover, .button_container .ui-state-hover span{
54 54 border-radius : 0 0 0 0;
55 55 border : none;
56 56 }
57 57
58 58 .celltoolbar .button_container select {
59 59 margin: 10px;
60 60 margin-top: 0px;
61 61 margin-bottom: 0px;
62 font-size: 77%;
63 height:20px;
62 font-size: 87%;
63 height:18px;
64 64 display:inline;
65 width:auto;
65 66 }
66 67
67 68 .celltoolbar label{
68 69 display:inline;
69 70 }
71
70 72 .celltoolbar label span {
71 font-size: 77%;
73 font-size: 87%;
72 74 }
73 75
74 76 .celltoolbar input[type=checkbox] {
75 77 margin: 0px;
76 78 margin-left: 4px;
77 79 margin-right: 4px;
78 80 }
79 81
80 82
81 83 .celltoolbar ui-button {
82 84 border: none;
83 85 }
84 86
General Comments 0
You need to be logged in to leave comments. Login now