Show More
@@ -161,6 +161,14 b' div#pager {' | |||
|
161 | 161 | padding: 15px; |
|
162 | 162 | overflow: auto; |
|
163 | 163 | display: none; |
|
164 | ||
|
165 | pre { | |
|
166 | font-size: @baseFontSize; | |
|
167 | line-height: @baseLineHeight; | |
|
168 | color: @textColor; | |
|
169 | background-color: @cell_background; | |
|
170 | padding: 0.4em; | |
|
171 | } | |
|
164 | 172 | } |
|
165 | 173 | |
|
166 | 174 | div.ui-widget-content { |
@@ -945,7 +945,7 b' div#notebook_panel{margin:0px 0px 0px 0px;padding:0px;}' | |||
|
945 | 945 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5px;margin:0px;} |
|
946 | 946 | div#pager_splitter{height:8px;} |
|
947 | 947 | #pager_container{position:relative;} |
|
948 | div#pager{padding:15px;overflow:auto;display:none;} | |
|
948 | div#pager{padding:15px;overflow:auto;display:none;}div#pager pre{font-size:13px;line-height:1.231;color:#000000;background-color:#f7f7f7;padding:0.4em;} | |
|
949 | 949 | div.ui-widget-content{border:1px solid #ababab;outline:none;} |
|
950 | 950 | .cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}.cell.selected{border-radius:4px;border:thin #ababab solid;} |
|
951 | 951 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 0px;outline:none;} |
General Comments 0
You need to be logged in to leave comments.
Login now