Show More
@@ -7,8 +7,12 b'' | |||||
7 | // auth |
|
7 | // auth | |
8 | @import "../auth/less/style.less"; |
|
8 | @import "../auth/less/style.less"; | |
9 |
|
9 | |||
|
10 | // tree | |||
|
11 | @import "../tree/less/style.less"; | |||
|
12 | ||||
10 | // notebooks |
|
13 | // notebooks | |
|
14 | // This has to be imported after the tree style.less because the ipython-main-app class needs to be | |||
|
15 | // overridden here. | |||
11 | @import "../notebooks/less/style.less"; |
|
16 | @import "../notebooks/less/style.less"; | |
12 |
|
17 | |||
13 | // tree |
|
18 | ||
14 | @import "../tree/less/style.less"; |
|
@@ -883,6 +883,27 b' input.ui-button{padding:0.3em 0.9em;}' | |||||
883 | span#login_widget{float:right;} |
|
883 | span#login_widget{float:right;} | |
884 | #ipython-main-app{height:100px;width:350px;margin:50px auto;} |
|
884 | #ipython-main-app{height:100px;width:350px;margin:50px auto;} | |
885 | #ipython-main-app{height:100px;width:200px;margin:50px auto;} |
|
885 | #ipython-main-app{height:100px;width:200px;margin:50px auto;} | |
|
886 | .alternate_upload{background-color:none;display:inline;} | |||
|
887 | .alternate_upload.form{padding:0;margin:0;} | |||
|
888 | .alternate_upload input.fileinput{background-color:red;position:relative;opacity:0;z-index:2;width:295px;margin-left:163px;cursor:pointer;} | |||
|
889 | #ipython-main-app{width:920px;margin:30px auto 0px auto;} | |||
|
890 | #tabs{border-style:none;} | |||
|
891 | #tab1,#tab2{padding:1em 0em;} | |||
|
892 | .list_toolbar{padding:5px;height:25px;line-height:25px;} | |||
|
893 | .toolbar_info{float:left;} | |||
|
894 | .toolbar_buttons{float:right;} | |||
|
895 | .list_header{height:25px;line-height:25px;padding:3px 5px;} | |||
|
896 | .list_item{height:25px;line-height:25px;padding:3px 5px;} | |||
|
897 | .notebook_item a{text-decoration:none;} | |||
|
898 | .status_col{float:right;width:325px;} | |||
|
899 | .engines_col{float:right;width:325px;} | |||
|
900 | .action_col{float:right;} | |||
|
901 | .item_buttons{float:right;} | |||
|
902 | .item_buttons .upload_button{color:darkred;} | |||
|
903 | .highlight_text{color:blue;} | |||
|
904 | .ui-tabs .ui-tabs-nav li a{padding:.3em .5em;} | |||
|
905 | #project_name>.breadcrumb{padding:0;background-color:transparent;} | |||
|
906 | input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:90px;} | |||
886 | pre code{display:block;padding:0.5em;} |
|
907 | pre code{display:block;padding:0.5em;} | |
887 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} |
|
908 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} | |
888 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#BA2121;} |
|
909 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#BA2121;} | |
@@ -1052,24 +1073,3 b' pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .j' | |||||
1052 | .cm-s-ipython span.cm-error{color:#f00;} |
|
1073 | .cm-s-ipython span.cm-error{color:#f00;} | |
1053 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} |
|
1074 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} | |
1054 | .cm-s-ipython span.cm-meta{color:#AA22FF;} |
|
1075 | .cm-s-ipython span.cm-meta{color:#AA22FF;} | |
1055 | .alternate_upload{background-color:none;display:inline;} |
|
|||
1056 | .alternate_upload.form{padding:0;margin:0;} |
|
|||
1057 | .alternate_upload input.fileinput{background-color:red;position:relative;opacity:0;z-index:2;width:295px;margin-left:163px;cursor:pointer;} |
|
|||
1058 | #ipython-main-app{width:920px;margin:30px auto 0px auto;} |
|
|||
1059 | #tabs{border-style:none;} |
|
|||
1060 | #tab1,#tab2{padding:1em 0em;} |
|
|||
1061 | .list_toolbar{padding:5px;height:25px;line-height:25px;} |
|
|||
1062 | .toolbar_info{float:left;} |
|
|||
1063 | .toolbar_buttons{float:right;} |
|
|||
1064 | .list_header{height:25px;line-height:25px;padding:3px 5px;} |
|
|||
1065 | .list_item{height:25px;line-height:25px;padding:3px 5px;} |
|
|||
1066 | .notebook_item a{text-decoration:none;} |
|
|||
1067 | .status_col{float:right;width:325px;} |
|
|||
1068 | .engines_col{float:right;width:325px;} |
|
|||
1069 | .action_col{float:right;} |
|
|||
1070 | .item_buttons{float:right;} |
|
|||
1071 | .item_buttons .upload_button{color:darkred;} |
|
|||
1072 | .highlight_text{color:blue;} |
|
|||
1073 | .ui-tabs .ui-tabs-nav li a{padding:.3em .5em;} |
|
|||
1074 | #project_name>.breadcrumb{padding:0;background-color:transparent;} |
|
|||
1075 | input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:90px;} |
|
General Comments 0
You need to be logged in to leave comments.
Login now