Skip to content

Commit

Permalink
Merge 39cccaa into b1462e5
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Nov 16, 2017
2 parents b1462e5 + 39cccaa commit 5f61fa4
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 253 deletions.
90 changes: 8 additions & 82 deletions kbase-extension/static/kbase/css/kbaseNarrative.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ header[role="banner"] {

nav[role="navigation"] ul {
margin: 1.2em 0 .5em 0;
/*text-align: center;*/
padding-left: 0;
}

Expand Down Expand Up @@ -387,20 +386,6 @@ p#site-title {
/* center pane */


#content-column {
/* height: 100%;
margin-left: 380px;
*/
/*
position: fixed;
left: 380px;
top: 70px;
right: 0;
bottom: 0;
overflow: auto;
*/
}

#workspace {
position: fixed;
width: 878px;
Expand Down Expand Up @@ -435,7 +420,6 @@ p#site-title {
border-right: 5px solid #CECECE;
top: 70px;
bottom: 0;
/* overflow-y: auto; */
}

.kb-side-overlay-container {
Expand Down Expand Up @@ -797,8 +781,7 @@ fieldset {
}

fieldset label {
/* display: block;
*/ margin: 0 0 3px 0;
margin: 0 0 3px 0;
font-weight: bold;
font-size: 1em;

Expand Down Expand Up @@ -1010,10 +993,6 @@ div#notebook_panel {
box-shadow: none; /* 0 -1px 0px rgba(0, 0, 0, 0.1); */
}

/*#notebook {
padding-top: 1em;
}
*/
.version-stamp a {
padding-right: 320px;
text-align: right;
Expand Down Expand Up @@ -1049,7 +1028,6 @@ div#notebook_panel {
font-family: "OxygenBold", Arial, sans-serif;
text-transform: uppercase;
color: #2e618d;
/*border-bottom: 1px solid #CECECE;*/
}

.kb-narr-side-panel .btn {
Expand Down Expand Up @@ -1210,6 +1188,7 @@ div#notebook_panel {
.kb-narr-panel-body-wrapper {
height: calc(100% - 40px);
padding: 3px;
border-top: 1px solid #E0E0E0;
}
.kb-narr-panel-body-wrapper > div{
height: 100%;
Expand All @@ -1220,15 +1199,14 @@ div#notebook_panel {
margin-top: -4px;
cursor: pointer;
color: #888;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

/* Container for func list */
.kb-function-body {
height: 100%;
/* overflow-y: auto; */
width: 100%;
}

Expand Down Expand Up @@ -1381,12 +1359,10 @@ div#notebook_panel {

.kb-function-dim {
background-color: #eee !important;
/* border-color: #ddd !important; */
}

.kb-function-dim .panel-heading {
background-color: #eee !important;
/*border-color: #000 !important; */
}

.kb-function-cat-dim {
Expand Down Expand Up @@ -1627,12 +1603,6 @@ div#notebook_panel {
border-bottom-color: #bce8f1;
}

.kb-func-panel .panel-footer {
/*background-color: #fff;
border-top: none; */
/*padding: 2px 15px;*/
}

/** output cell styling */
.kb-cell-output .panel {
border-radius: 0px;
Expand Down Expand Up @@ -1906,7 +1876,6 @@ control with padding, and then scooting the icon back into its column.
font-size: 16pt;
line-height: 18px;
color:#555;
/*background:#f2dede;*/
text-align: left;
padding-left:20px;
margin-top:20px;
Expand All @@ -1920,9 +1889,6 @@ control with padding, and then scooting the icon back into its column.
.kb-app-step-running {
border: 3px solid #2196F3;
z-index: auto;
/*animation: pulse 1s ease infinite;
-webkit-animation: pulse 1s ease infinite; */
/*opacity: 0.7;*/
}

/* -- "next steps" text and links -- */
Expand Down Expand Up @@ -2069,13 +2035,6 @@ div[class="tooltip-inner"] {
max-height: 425px;
}

#kb-ws {
/* background-color: #fff;
width: 100%;
padding-bottom: 5px;
height: 425px !important;
*/}

#data-tabs {
height: 375px !important;
}
Expand Down Expand Up @@ -2179,14 +2138,12 @@ button.kb-data-obj {
width: 90px;
text-align: right;
color: rgba(0, 0, 0, 0.5);
/*padding: 0 0 5px 0;*/
}
.kb-data-obj-panel-info dl dt:after {
content: ":";
}
.kb-data-obj-panel-info dl dd {
margin: 0 0 0 100px;
/*padding: 0 0 5px 0;*/
}
.kb-data-obj-panel-verlist span {
padding: 0px 5px;
Expand Down Expand Up @@ -2344,7 +2301,6 @@ button.kb-data-obj {
box-shadow: 1px 1px 1px 1px #fff;
-webkit-box-shadow: 1px 1px 1px 1px #fff;
moz-box-shadow: 1px 1px 1px 1px #fff;

}


Expand Down Expand Up @@ -2576,16 +2532,17 @@ button.kb-data-obj {
font-size: 11pt;
font-family: 'OyxgenBold', Arial, sans-serif;
margin: 2px;
cursor: pointer;
}
.kb-data-list-name:hover {
text-decoration: underline;
}
.kb-data-list-version {
color:#777;
color: #777;
font-size: 9pt;
font-style: italic;
white-space: nowrap;
cursor:default;
cursor: default;
}
.kb-data-list-type {
color:#777;
Expand Down Expand Up @@ -2617,11 +2574,6 @@ button.kb-data-obj {
font-size: 10pt;
margin: 2px;
margin-left: 10px;
/* Not a link anymore, so we disable for now
cursor: pointer;*/
}
.kb-data-list-narinfo:hover {
/*color:#444;*/
}

.kb-data-list-narrative-error {
Expand All @@ -2635,11 +2587,6 @@ button.kb-data-obj {
font-size: 10pt;
margin: 2px;
margin-left: 10px;
/* cursor:pointer; */
}
.kb-data-list-narrative:hover {
/* narrative btn isn't a link yet, so don't highlight
*color:#444;*/
}

.kb-data-list-more {
Expand Down Expand Up @@ -2724,7 +2671,6 @@ button.kb-data-obj {
/* APP CATALOG SLIDEOUT BROWSER STYLES */
.kbcb-browser-container {
margin: 0 auto;
/*background: #eeeded;*/
}

.kbcb-back-link {
Expand Down Expand Up @@ -2803,8 +2749,6 @@ button.kb-data-obj {

.kbcb-app-card-title {
font-size:1.1em;
/*max-height: 2.6em;
overflow:hidden;*/
}

.kbcb-app-card-module {
Expand Down Expand Up @@ -2896,8 +2840,6 @@ button.kb-data-obj {

.kbcb-app-page-title {
font-size:2em;
/*max-height: 2.6em;
overflow:hidden;*/
}

.kbcb-app-page-module {
Expand Down Expand Up @@ -2978,9 +2920,6 @@ button.kb-data-obj {
.kb-import-content {
position:relative;
margin: 0 0 0 0px;
/*overflow-x: hidden;
overflow-y: auto;*/
/*height: 830px;*/
display: block;
}

Expand Down Expand Up @@ -3028,10 +2967,6 @@ button.kb-data-obj {
margin-top: 15px; /*override*/
margin-bottom: 0;
}
/*
.kb-import-item input[type="checkbox"] {
margin: 15px 30px 15px 0px;
}*/

.kb-import-item .kb-import-checkbox {
font-size: 1.5em;
Expand Down Expand Up @@ -3090,12 +3025,9 @@ button.kb-data-obj {
}
#kb-view-mode-narr div {
display: inline-block;
/*background-color: #2196F3;
color: #BBDEFB;*/
color: #2196F3;
font-family: 'OxygenBold', Arial, sans-serif;
font-size: 16px;
/* font-weight: bold; */
padding: 3px;
margin-top: -3px;
width: 147px;
Expand Down Expand Up @@ -3123,7 +3055,6 @@ button.kb-data-obj {
.navbar-right div.label-warning {
font-family: 'OxygenBold', Arial, sans-serif;
font-size: 16px;
/* font-weight: bold; */
}

/* Show this over the whole narrative UI until the
Expand Down Expand Up @@ -3161,11 +3092,6 @@ button.kb-data-obj {
line-height: 1.5em;
}

/* Override the default max-width of the narrative box */
/*.container {*/
/*max-width: 2000px !important;*/
/*}*/

/* Styles for KNHX trees to remove its document.write nonsense that breaks asynchronous loading */
#popdiv {
position: absolute;
Expand Down
Loading

0 comments on commit 5f61fa4

Please sign in to comment.