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