1*4882a593Smuzhiyun/* New Toaster custom css file for Bootstrap 3 */ 2*4882a593Smuzhiyun 3*4882a593Smuzhiyun/* Set required top body padding for the fixed top navbard */ 4*4882a593Smuzhiyunbody { padding-top: 50px; } 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun/* Style the Yocto Project logo */ 7*4882a593Smuzhiyunimg.logo { height: 30px; vertical-align: bottom; } 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun/* Style the Yocto Project logo and the Toaster name in the top navbar */ 10*4882a593Smuzhiyun.toaster-navbar-brand { float: left; margin: 7px 25px 0 0; } 11*4882a593Smuzhiyun.toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: 20px; line-height: 25px; display: inline; } 12*4882a593Smuzhiyun.toaster-navbar-brand > a { text-decoration: none; } 13*4882a593Smuzhiyun.toaster-navbar-brand > a.brand:hover { color: #5e5e5e; } 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun/* Style the debugging information in the top navbar */ 16*4882a593Smuzhiyun.glyphicon-info-sign { color: #777; font-size: 16px; } 17*4882a593Smuzhiyun.glyphicon-info-sign:hover { color: #999; cursor: pointer; } 18*4882a593Smuzhiyun 19*4882a593Smuzhiyun/* Override the negative right margin for the navbar-right class */ 20*4882a593Smuzhiyun#new-project-button { margin-right: 0; } 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun/* Increase popovers width to fit commit SHAs */ 23*4882a593Smuzhiyun.popover { max-width: 350px; } 24*4882a593Smuzhiyun 25*4882a593Smuzhiyun/* Set a limit to popover height to handle long dependency lists */ 26*4882a593Smuzhiyun.popover-content { max-height: 350px; overflow: scroll; } 27*4882a593Smuzhiyun 28*4882a593Smuzhiyun/* Set a limit to modal dialogs height to handle long variable history */ 29*4882a593Smuzhiyun[id^="variable-"] .modal-content { max-height: 550px; overflow-y: scroll; } 30*4882a593Smuzhiyun 31*4882a593Smuzhiyun/* Make sure long values in variable history do not make the modal dialogs 32*4882a593Smuzhiyun * scroll horizontally */ 33*4882a593Smuzhiyun[id^="variable-"] .modal-content p { word-break: break-all; } 34*4882a593Smuzhiyun 35*4882a593Smuzhiyun/* Increase bottom margin of definition lists inside popovers for the Toaster version information in the top navbar, and also inside the right hand columns of our details pages */ 36*4882a593Smuzhiyun.popover-content dd, 37*4882a593Smuzhiyun.item-info dd { margin-bottom: 15px; } 38*4882a593Smuzhiyun 39*4882a593Smuzhiyun/* Style the horizontal definition lists */ 40*4882a593Smuzhiyun.dl-horizontal dt { width: 200px; line-height: 25px; } 41*4882a593Smuzhiyun.dl-horizontal dd { margin-left: 220px; line-height: 25px; } 42*4882a593Smuzhiyun 43*4882a593Smuzhiyun/* Style our build results */ 44*4882a593Smuzhiyun.build-result .progress { margin-bottom: 0; } 45*4882a593Smuzhiyun.alert-link.build-warnings, 46*4882a593Smuzhiyun.glyphicon-warning-sign.build-warnings { color: #8a6d3b; } 47*4882a593Smuzhiyun.build-result .project-name { margin-top: -10px; margin-bottom: 5px; } 48*4882a593Smuzhiyun.rebuild-btn, .cancel-build-btn { cursor: pointer; } 49*4882a593Smuzhiyun 50*4882a593Smuzhiyun/* Styles for the help information */ 51*4882a593Smuzhiyun.get-help { color: #CCCCCC; } 52*4882a593Smuzhiyun.get-help:hover { color: #999999; cursor: pointer; } 53*4882a593Smuzhiyun.get-help-green { color: #3c763d; } 54*4882a593Smuzhiyun.get-help-green:hover { color: #2b542c; cursor: pointer; } 55*4882a593Smuzhiyun.get-help-blue { color: #3A87AD; } 56*4882a593Smuzhiyun.get-help-blue:hover { color: #005580; cursor: pointer; } 57*4882a593Smuzhiyun.get-help-red { color: #a94442; } 58*4882a593Smuzhiyun.get-help-red:hover { color: #843534; cursor: pointer; } 59*4882a593Smuzhiyun 60*4882a593Smuzhiyun/* Styles for our table controls */ 61*4882a593Smuzhiyun.form-control[id^="search-input-"], 62*4882a593Smuzhiyun.form-control[id^="new-search-input-"], 63*4882a593Smuzhiyun#search{ width: 30em; } 64*4882a593Smuzhiyun#search-input-selectpackagestable, 65*4882a593Smuzhiyun#search-input-packagestable, 66*4882a593Smuzhiyun.form-control[id^="no-results-search-input-"] { width: 20em; } 67*4882a593Smuzhiyun#edit-columns-button { margin-right: 30px; } 68*4882a593Smuzhiyun.navbar-default[id^="table-chrome-"], 69*4882a593Smuzhiyun#variables .navbar-default { background-color: transparent; } 70*4882a593Smuzhiyun[id^="table-chrome-collapse-"] .navbar-form { margin-left: -15px; } 71*4882a593Smuzhiyun.dropdown-menu.editcol { padding-left: 10px; min-width: 200px; } 72*4882a593Smuzhiyunspan[class^="remove-search-btn-"] { position: absolute; right: 5px; top: 0; bottom: 0; height: 14px; margin: auto; font-size: 14px; cursor: pointer; color: #777;} 73*4882a593Smuzhiyunspan[class^="remove-search-btn-"]:hover { color: #333; } 74*4882a593Smuzhiyun#no-results-special-selectpackagestable .form-inline { margin-top: 20px; } 75*4882a593Smuzhiyun[id^="pagination-"] .pagination, 76*4882a593Smuzhiyun[id^="pagination-"] .navbar-form { margin-top: 0; } 77*4882a593Smuzhiyun[id^="table-chrome-"] .navbar-form { margin-left: -15px; margin-right: -15px; } 78*4882a593Smuzhiyun[id^="table-chrome-"] .detail-page-contols, 79*4882a593Smuzhiyun#packages-built .detail-page-controls { padding-left: 0; padding-right: 0; } 80*4882a593Smuzhiyun 81*4882a593Smuzhiyun/* Override the default font-weight for labels: it's a bit too much */ 82*4882a593Smuzhiyunlabel { font-weight: normal; } 83*4882a593Smuzhiyun 84*4882a593Smuzhiyun/* Firefox workaround for awkward fieldset styling. See http://getbootstrap.com/css/#tables-responsive */ 85*4882a593Smuzhiyun@-moz-document url-prefix() { fieldset { display: table-cell; } } 86*4882a593Smuzhiyun 87*4882a593Smuzhiyun/* Table heading sortable / not sortable states */ 88*4882a593Smuzhiyunthead > tr > th > a { font-weight: normal; } 89*4882a593Smuzhiyunthead > tr > th > a.sorted { font-weight: bold; color: #333; } 90*4882a593Smuzhiyun 91*4882a593Smuzhiyun/* Give some extra space to the 'clear filter' buttons */ 92*4882a593Smuzhiyun.tooltip .btn { margin: 5px; } 93*4882a593Smuzhiyun 94*4882a593Smuzhiyun/* In table headings, separate the help bubble from the column heading */ 95*4882a593Smuzhiyunthead > tr > th > .glyphicon-question-sign { margin-right: 5px; } 96*4882a593Smuzhiyun 97*4882a593Smuzhiyun/* Style build outcome in tables, download, remove and change icons */ 98*4882a593Smuzhiyuntbody > tr > td > .glyphicon-ok-circle, 99*4882a593Smuzhiyundd > .glyphicon-ok-circle { color: #3c763d; } 100*4882a593Smuzhiyuntbody > tr > td > .glyphicon-minus-sign { color: #a94442; } 101*4882a593Smuzhiyun.glyphicon-download-alt, 102*4882a593Smuzhiyun.glyphicon-edit { color: #337ab7; } 103*4882a593Smuzhiyun.failed_tasks .glyphicon-download-alt { margin-left: 5px; } 104*4882a593Smuzhiyun.glyphicon-download-alt:hover, 105*4882a593Smuzhiyun.glyphicon-edit:hover { color: #23527c; cursor: pointer; text-decoration: none; } 106*4882a593Smuzhiyun.glyphicon-trash { color: #a94442; } 107*4882a593Smuzhiyun.btn-danger > .glyphicon-trash, 108*4882a593Smuzhiyun.btn-danger > .glyphicon-trash:hover { color: #fff; } 109*4882a593Smuzhiyun.glyphicon-trash:hover { color: #843534; cursor: pointer; } 110*4882a593Smuzhiyun 111*4882a593Smuzhiyun/* Set the font size for icons inside headings, lead paragraphs and definition lists */ 112*4882a593Smuzhiyunh1 > .glyphicon-edit, 113*4882a593Smuzhiyunp.lead .glyphicon { font-size: 16px; } 114*4882a593Smuzhiyunh2 > .glyphicon-question-sign, 115*4882a593Smuzhiyunh3 > .glyphicon-question-sign, 116*4882a593Smuzhiyun.heading-help { font-size: 14px; } 117*4882a593Smuzhiyun 118*4882a593Smuzhiyun/* Create a class for wells without background colour */ 119*4882a593Smuzhiyun.well-transparent { background-color: transparent; } 120*4882a593Smuzhiyun 121*4882a593Smuzhiyun/* Create a class for the left navigation headers */ 122*4882a593Smuzhiyun.nav-header { display: block; font-size: 12px; font-weight: bold; line-height: 20px; color: #999; text-transform: uppercase; margin-top: 20px !important; margin-bottom: 15px; padding-left: 15px; } 123*4882a593Smuzhiyun 124*4882a593Smuzhiyun/* Increase the tabs padding and margin in the project pages to fit the build form and the main content */ 125*4882a593Smuzhiyun#project-topbar .nav-tabs > li > a { padding: 15px; } 126*4882a593Smuzhiyun#project-topbar { margin-bottom: 20px; } 127*4882a593Smuzhiyun 128*4882a593Smuzhiyun/* Style the project name change form in the project pages */ 129*4882a593Smuzhiyun#project-name-change-input { width: 20em; } 130*4882a593Smuzhiyun 131*4882a593Smuzhiyun/* Style the build form in the project pages */ 132*4882a593Smuzhiyun#project-topbar .input-lg { width: 18em; } 133*4882a593Smuzhiyun#project-topbar form .glyphicon { top: 15px; right: 4px; } 134*4882a593Smuzhiyun#build-button { padding: 10px 30px; } 135*4882a593Smuzhiyun 136*4882a593Smuzhiyun/* Style the form links in the project page (all machines, all layers, etc) */ 137*4882a593Smuzhiyun.form-link { margin-top: 10px; } 138*4882a593Smuzhiyun 139*4882a593Smuzhiyun/* Style the most built recipes list in the project page */ 140*4882a593Smuzhiyun#freq-build-list .checkbox input[type="checkbox"] { position: relative; margin: 0 10px 0 0; vertical-align: middle; } 141*4882a593Smuzhiyun#freq-build-list.lead > li { line-height: 25px; } 142*4882a593Smuzhiyun#freq-build-list { margin-top: 20px; } 143*4882a593Smuzhiyun#freq-build-list label { padding-left: 0; } 144*4882a593Smuzhiyun#freq-build-btn { margin-top: 10px; } 145*4882a593Smuzhiyun#no-most-built { margin-top: 20px; } 146*4882a593Smuzhiyun 147*4882a593Smuzhiyun/* Style the layers section in the project page and the layer dependencies in the import layer form */ 148*4882a593Smuzhiyun#layer-container .form-inline { margin-top: 20px; } 149*4882a593Smuzhiyun#layer-add-input { width: 17em; } 150*4882a593Smuzhiyunul.lead { margin-top: 20px; } 151*4882a593Smuzhiyunul.lead > li { line-height: 38px; } 152*4882a593Smuzhiyunul.lead .glyphicon-trash, 153*4882a593Smuzhiyunul.lead .glyphicon-trash { font-size: 16px; margin-left: 7px; } 154*4882a593Smuzhiyun#layers-in-project-list .tooltip-inner { max-width: 600px; } 155*4882a593Smuzhiyun#no-layers-in-project { margin-top: 20px; } 156*4882a593Smuzhiyun#no-layers-in-project ul { margin-top: 10px; } 157*4882a593Smuzhiyun 158*4882a593Smuzhiyun/* Style the layer information icons in the layer details pages */ 159*4882a593Smuzhiyundd .glyphicon-trash, 160*4882a593Smuzhiyundd .glyphicon-edit { margin-left: 5px; } 161*4882a593Smuzhiyun 162*4882a593Smuzhiyun/* Style the forms and definition lists in the layer details pages */ 163*4882a593Smuzhiyun#change-repo-form .form-control { width: 17em; } 164*4882a593Smuzhiyun#information { margin-bottom: 5em; } 165*4882a593Smuzhiyun#information dd > form { margin-bottom: 5px; margin-top: 5px; } 166*4882a593Smuzhiyun#edit-layer-source-form fieldset { margin-top: 20px; } 167*4882a593Smuzhiyun#directory-info, 168*4882a593Smuzhiyun#git-repo-info { margin-top: 20px; } 169*4882a593Smuzhiyun#layer-dir-path-in-details { width: 55%; } 170*4882a593Smuzhiyun.add-deps .form-control { width: 15em; } 171*4882a593Smuzhiyun 172*4882a593Smuzhiyun/* Style the forms and definition lists in the BitBake variables page */ 173*4882a593Smuzhiyun.variable-list { margin-bottom: 20px; } 174*4882a593Smuzhiyundd.variable-list form { margin-top: 10px; } 175*4882a593Smuzhiyun#new-dl_dir, 176*4882a593Smuzhiyun#filter-image_fstypes, 177*4882a593Smuzhiyun#new-image_install, 178*4882a593Smuzhiyun#new-sstate_dir, 179*4882a593Smuzhiyun#new-imagefs_types { width: 20em; } 180*4882a593Smuzhiyun#package_classes-select { width: 10em; } 181*4882a593Smuzhiyun.scrolling { border: 1px solid #dddddd; height: 154px; overflow: auto; padding: 0 10px; width: 27.5%; margin-bottom: 10px; margin-top: 10px; } 182*4882a593Smuzhiyun.scrolling.has-error { border-color: #a94442; } 183*4882a593Smuzhiyun.help-block.text-danger { color: #a94442; } 184*4882a593Smuzhiyun.tooltip-inner code { color: #fff; } 185*4882a593Smuzhiyun.text-danger > code { color: #a94442; } 186*4882a593Smuzhiyundd.variable-list .glyphicon-question-sign { font-size: 14px; } 187*4882a593Smuzhiyundd.variable-list .glyphicon-edit { font-size: 16px; } 188*4882a593Smuzhiyundt .glyphicon-trash { margin-left: 5px; font-size: 16px; } 189*4882a593Smuzhiyun#change-package_classes-form .checkbox { margin-top: 5px; } 190*4882a593Smuzhiyun#variable-form h5 { margin-top: 0; } 191*4882a593Smuzhiyun#variable-form .col-md-5 { padding-left: 45px; } 192*4882a593Smuzhiyun 193*4882a593Smuzhiyun/* Create a class for additional top margin that we can use in headings */ 194*4882a593Smuzhiyun.top-air { margin-top: 40px; } 195*4882a593Smuzhiyun 196*4882a593Smuzhiyun/* Add some bottom margin to our h2's */ 197*4882a593Smuzhiyunh2 { margin-bottom: 25px; } 198*4882a593Smuzhiyun 199*4882a593Smuzhiyun/* Style the typeahead */ 200*4882a593Smuzhiyun.tt-menu { min-width: 400px; padding-bottom: 10px; } 201*4882a593Smuzhiyun.tt-suggestion { padding: 5px 10px; } 202*4882a593Smuzhiyun.tt-suggestion:hover, 203*4882a593Smuzhiyun.tt-suggestion:active { background-color: #f5f5f5; cursor: pointer; } 204*4882a593Smuzhiyun 205*4882a593Smuzhiyun/* Style the import layer form controls*/ 206*4882a593Smuzhiyunlegend { border: none; } 207*4882a593Smuzhiyunfieldset.fields-apart-from-layer-name { margin-top: 20px; } 208*4882a593Smuzhiyun.radioLegend { margin-bottom: 0; } 209*4882a593Smuzhiyun#layer-name-ctrl { margin-top: 20px; } 210*4882a593Smuzhiyun#import-layer-name, 211*4882a593Smuzhiyun#layer-subdir { width: 20%; } 212*4882a593Smuzhiyun#layer-git-repo-url { width: 40%; } 213*4882a593Smuzhiyun#local-dir-path { width: 45%; } 214*4882a593Smuzhiyun#layer-dependency { width: 16em; } 215*4882a593Smuzhiyun#layer-deps-list { margin-top: 0; } 216*4882a593Smuzhiyun#form-actions { margin-bottom: 30px; } 217*4882a593Smuzhiyun#duplicate-layer-info dl { margin-top: 10px; } 218*4882a593Smuzhiyun#duplicate-layer-info dd { margin-bottom: 10px; } 219*4882a593Smuzhiyun.help-inline { color: #737373; margin-left: 10px; } 220*4882a593Smuzhiyun.radio-help { width: 50%; margin-left: 20px; } 221*4882a593Smuzhiyun#repo-select div:nth-of-type(2) { margin-top: 15px; } 222*4882a593Smuzhiyun 223*4882a593Smuzhiyun/* Give some padding to the in-cell tooltips we use for notifications in tables */ 224*4882a593Smuzhiyuntd > .tooltip-inner, 225*4882a593Smuzhiyun.inline-notification { padding: 10px; } 226*4882a593Smuzhiyun 227*4882a593Smuzhiyun/* Set sane widths for table columns */ 228*4882a593Smuzhiyun#newcustomimagestable .get_description_or_summary, 229*4882a593Smuzhiyun#imagerecipestable .get_description_or_summary, 230*4882a593Smuzhiyun#softwarerecipestable .get_description_or_summary, 231*4882a593Smuzhiyun#layerstable .layer__summary { width: 30%; } 232*4882a593Smuzhiyun#recipestable .get_description_or_summary { width: 40%; } 233*4882a593Smuzhiyun#machinestable .name { white-space: nowrap; } 234*4882a593Smuzhiyun#machinestable .description { width: 45%; } 235*4882a593Smuzhiyun#otable .variable_value, 236*4882a593Smuzhiyun#otable .file { word-break: break-all; width: 25%; } 237*4882a593Smuzhiyun[id^="variable-"] .file { word-break: break-all; } 238*4882a593Smuzhiyun 239*4882a593Smuzhiyun/* For the tables still not ported to ToasterTables, style the table headings 240*4882a593Smuzhiyun * that are not sortable */ 241*4882a593Smuzhiyunth > span.text-muted { font-weight: normal; } 242*4882a593Smuzhiyun 243*4882a593Smuzhiyun/* Override the rather ugly default code styles */ 244*4882a593Smuzhiyuncode { color: #333; background-color: transparent; } 245*4882a593Smuzhiyun 246*4882a593Smuzhiyun/* Style our breadcrumbs */ 247*4882a593Smuzhiyun.breadcrumb > li + li::before { content: none; } 248*4882a593Smuzhiyun.breadcrumb { background-color: transparent; padding-left: 0; padding-top: 15px; } 249*4882a593Smuzhiyun.breadcrumb .divider { color: #777; margin: 0 5px; } 250*4882a593Smuzhiyun 251*4882a593Smuzhiyun/* Reduce top margin for the page-header class */ 252*4882a593Smuzhiyun.page-header { margin-top: 30px; } 253*4882a593Smuzhiyun 254*4882a593Smuzhiyun/* Set some space around the layer button in the layer details pages */ 255*4882a593Smuzhiyun.tab-content { margin-top: 20px; } 256*4882a593Smuzhiyun.tab-pane { margin-top: 20px; } 257*4882a593Smuzhiyun 258*4882a593Smuzhiyun/* Style the new window icons */ 259*4882a593Smuzhiyun.glyphicon-new-window:hover { text-decoration: none; } 260*4882a593Smuzhiyun.dl-horizontal > dd > .glyphicon-new-window { margin-left: 5px; } 261*4882a593Smuzhiyun 262*4882a593Smuzhiyun/* Style the special no results message in the custom image details page */ 263*4882a593Smuzhiyun[id^="no-results-special-"] > .alert-warning > ol { margin-top: 10px; } 264*4882a593Smuzhiyun 265*4882a593Smuzhiyun/* style the loading spinner in the new custom image dialog */ 266*4882a593Smuzhiyun#create-new-custom-image-btn [data-role="loading-state"] { 267*4882a593Smuzhiyun padding-left: 16px; 268*4882a593Smuzhiyun} 269*4882a593Smuzhiyun 270*4882a593Smuzhiyun/* icon has to be absolutely positioned, otherwise the spin animation doesn't work */ 271*4882a593Smuzhiyun#create-new-custom-image-btn [data-role="loading-state"] .icon-spinner { 272*4882a593Smuzhiyun position: absolute; 273*4882a593Smuzhiyun left: 26px; 274*4882a593Smuzhiyun bottom: 26px; 275*4882a593Smuzhiyun} 276*4882a593Smuzhiyun 277*4882a593Smuzhiyun/* Style the content of modal dialogs */ 278*4882a593Smuzhiyun.modal-footer { text-align: left; } 279*4882a593Smuzhiyun.date-filter-controls { margin-top: 10px; } 280*4882a593Smuzhiyun.date-filter-controls span { margin: 0 10px; } 281*4882a593Smuzhiyun 282*4882a593Smuzhiyun/* Style the fixed positioned notifications */ 283*4882a593Smuzhiyun#loading-notification { position: fixed; z-index: 1101; top: 3%; left: 40%; right: 40%; -webkit-box-shadow: 0 0 10px #c09853; -moz-box-shadow: 0 0 10px #c09853; box-shadow: 0 0 10px #c09853; } 284*4882a593Smuzhiyun 285*4882a593Smuzhiyun.change-notification { position: fixed; z-index: 1101; top: 4%; left: 30%; right: 30%; -webkit-box-shadow: 0 0 10px #3a87ad; -moz-box-shadow: 0 0 10px #3a87ad; box-shadow: 0 0 10px #3a87ad; } 286*4882a593Smuzhiyun 287*4882a593Smuzhiyun.alert-success.change-notification { -webkit-box-shadow: 0 0 10px #3c763d; -moz-box-shadow: 0 0 10px #3c763d; box-shadow: 0 0 10px #3c763d; } 288*4882a593Smuzhiyun 289*4882a593Smuzhiyun/* Style the new project form */ 290*4882a593Smuzhiyun#new-project-name { width: 33%; } 291*4882a593Smuzhiyun#projectversion { width: 20%; margin-bottom: 10px; } 292*4882a593Smuzhiyun 293*4882a593Smuzhiyun/* Style the Toaster screenshot in the landing page */ 294*4882a593Smuzhiyun.img-thumbnail { padding: 0; } 295*4882a593Smuzhiyun 296*4882a593Smuzhiyun/* Set the layout for the build information pages */ 297*4882a593Smuzhiyun 298*4882a593Smuzhiyun#nav { margin-top: 10px; } 299*4882a593Smuzhiyun.page-header.build-data { margin-top: 0px; } 300*4882a593Smuzhiyun.build-data > h1 { margin-top: 8px; } 301*4882a593Smuzhiyun 302*4882a593Smuzhiyun/* Style the build outcome information in the build dashboard */ 303*4882a593Smuzhiyun.log { margin-left: 30px; } 304*4882a593Smuzhiyun.show-warnings { font-weight: 700; color: #8a6d3b; } 305*4882a593Smuzhiyun.show-warnings:hover { color: #66512c; } 306*4882a593Smuzhiyun 307*4882a593Smuzhiyun/* Style the errors and warnings information in the build dashboard */ 308*4882a593Smuzhiyun#errors .panel-heading { background-color: transparent; color: #843534; } 309*4882a593Smuzhiyun#warnings .panel-heading { background-color: transparent; color: #8a6d3b; } 310*4882a593Smuzhiyun#warnings .panel-heading a:hover { color: #66512c; } 311*4882a593Smuzhiyunh2.panel-title { font-size: 30px; } 312*4882a593Smuzhiyun.alert-danger pre, 313*4882a593Smuzhiyun.alert-warning pre { background-color: transparent; border: none; } 314*4882a593Smuzhiyun.alert-danger pre { color: #a94442; } 315*4882a593Smuzhiyun#error-info pre, 316*4882a593Smuzhiyun#warning-info pre { white-space: pre-wrap; } 317*4882a593Smuzhiyun.alert-warning pre { color: #8a6d3b; } 318*4882a593Smuzhiyun 319*4882a593Smuzhiyun/* Style the wells in the build dashboard */ 320*4882a593Smuzhiyun.dashboard-section h3 { margin-top: 10px; margin-bottom: 20px; } 321*4882a593Smuzhiyun.col-md-4.dashboard-section dd { margin-bottom: 10px; } 322*4882a593Smuzhiyun 323*4882a593Smuzhiyun/* Make the help in tables insivisble until you hover over the right cell */ 324*4882a593Smuzhiyun.hover-help { visibility: hidden; } 325*4882a593Smuzhiyun 326*4882a593Smuzhiyun#add-remove-layer-btn { margin-bottom: 20px; } 327*4882a593Smuzhiyun 328*4882a593Smuzhiyun/* Blue hightlight animation for tasks and directory structure tables */ 329*4882a593Smuzhiyun.highlight { -webkit-animation: target-fade 15s 1; -moz-animation: target-fade 15s 1; animation: target-fade 15s 1; } 330*4882a593Smuzhiyun@-webkit-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } 331*4882a593Smuzhiyun@-moz-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } 332*4882a593Smuzhiyun@keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } 333*4882a593Smuzhiyun 334*4882a593Smuzhiyun/* Copied in from newer version of Font-Awesome 4.3.0 */ 335*4882a593Smuzhiyun.fa-spin { 336*4882a593Smuzhiyun -webkit-animation: fa-spin 2s infinite linear; 337*4882a593Smuzhiyun animation: fa-spin 2s infinite linear; 338*4882a593Smuzhiyun display: inline-block; 339*4882a593Smuzhiyun} 340*4882a593Smuzhiyun.fa-pulse { 341*4882a593Smuzhiyun -webkit-animation: fa-spin 1s infinite steps(8); 342*4882a593Smuzhiyun animation: fa-spin 1s infinite steps(8); 343*4882a593Smuzhiyun display: inline-block; 344*4882a593Smuzhiyun} 345*4882a593Smuzhiyun 346*4882a593Smuzhiyun@-webkit-keyframes fa-spin { 347*4882a593Smuzhiyun 0% { 348*4882a593Smuzhiyun -webkit-transform: rotate(0deg); 349*4882a593Smuzhiyun transform: rotate(0deg); 350*4882a593Smuzhiyun } 351*4882a593Smuzhiyun 100% { 352*4882a593Smuzhiyun -webkit-transform: rotate(359deg); 353*4882a593Smuzhiyun transform: rotate(359deg); 354*4882a593Smuzhiyun } 355*4882a593Smuzhiyun} 356*4882a593Smuzhiyun 357*4882a593Smuzhiyun@keyframes fa-spin { 358*4882a593Smuzhiyun 0% { 359*4882a593Smuzhiyun -webkit-transform: rotate(0deg); 360*4882a593Smuzhiyun -moz-transform: rotate(0deg); 361*4882a593Smuzhiyun transform: rotate(0deg); 362*4882a593Smuzhiyun } 363*4882a593Smuzhiyun 100% { 364*4882a593Smuzhiyun -webkit-transform: rotate(359deg); 365*4882a593Smuzhiyun -moz-transform: rotate(359deg); 366*4882a593Smuzhiyun transform: rotate(359deg); 367*4882a593Smuzhiyun } 368*4882a593Smuzhiyun} 369*4882a593Smuzhiyun/* End copied in from newer version of Font-Awesome 4.3.0 */ 370