server/bo_client/app/styles/app.scss
changeset 137 1baa7c6bd370
parent 28 b0b56e0f8c7f
equal deleted inserted replaced
136:5fed7e1716c2 137:1baa7c6bd370
     4 
     4 
     5 @import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
     5 @import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
     6 @import 'bower_components/font-awesome/scss/font-awesome';
     6 @import 'bower_components/font-awesome/scss/font-awesome';
     7 
     7 
     8 @import 'icons';
     8 @import 'icons';
     9 
       
    10 @import "pod-styles";
       
    11 
     9 
    12 body, label, .checkbox label {
    10 body, label, .checkbox label {
    13 	font-weight: 300;
    11 	font-weight: 300;
    14 }
    12 }
    15 
    13 
    64 }
    62 }
    65 
    63 
    66 .doc-buttons {
    64 .doc-buttons {
    67 	margin-top: 1em;
    65 	margin-top: 1em;
    68 }
    66 }
       
    67 
       
    68 //bo-doc-contributor-nameurl-cell styles
       
    69 $nameurl-gutter: 10px;
       
    70 
       
    71 .bo-doc-contributor-nameurl-cell .row {
       
    72   margin-left: -($nameurl-gutter / 2);
       
    73   margin-right: -($nameurl-gutter / 2);
       
    74 }
       
    75 .bo-doc-contributor-nameurl-cell .nameurl-col {
       
    76   position: static;
       
    77   float: left;
       
    78   display: table-cell;
       
    79   min-height: 1px;
       
    80   padding: 0 (($nameurl-gutter / 2)-2 ) 0 (($nameurl-gutter / 2)-2);
       
    81 }
       
    82 
       
    83 .bo-doc-contributor-nameurl-cell .nameurl-col-name {
       
    84   @extend .nameurl-col;
       
    85   width: percentage(4.5 / 8);
       
    86 }
       
    87 
       
    88 .bo-doc-contributor-nameurl-cell .nameurl-col-url {
       
    89   @extend .nameurl-col;
       
    90   width: percentage(3.5 / 8);
       
    91 }
       
    92 
       
    93 .bo-doc-contributor-nameurl-cell .nameurl-col-autocomplete {
       
    94   @extend .nameurl-col;
       
    95   width: percentage(11/12);
       
    96 }
       
    97 
       
    98 .bo-doc-contributor-nameurl-cell .nameurl-col-icon {
       
    99   @extend .nameurl-col;
       
   100   width: percentage(1/12);
       
   101 }
       
   102 
       
   103 .bo-doc-contributor-nameurl-cell .nameurl-col-icon:focus {
       
   104   outline: 0;
       
   105 }
       
   106 
       
   107 //bo-doc-contributor-row styles
       
   108 .bo-doc-edit-icons-save-dirty {
       
   109 	color: red;
       
   110 }
       
   111 
       
   112 //bo-doc-subject-row styles
       
   113 .bo-doc-subject-not-bnf {
       
   114   color: $gray-light;
       
   115 }
       
   116 
       
   117 .bo-doc-subject-not-bnf {
       
   118 	.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited {
       
   119 		color: $gray-light;
       
   120 	}
       
   121 }
       
   122 
       
   123 
       
   124 //bo-doc-subjects styles
       
   125 #doc-subjects-table-pane {
       
   126 	display: none;
       
   127 	margin-top: 20px;
       
   128 }