diff -r 5fed7e1716c2 -r 1baa7c6bd370 server/bo_client/app/styles/app.scss --- a/server/bo_client/app/styles/app.scss Wed Mar 02 13:47:07 2016 +0100 +++ b/server/bo_client/app/styles/app.scss Thu Mar 03 17:34:12 2016 +0100 @@ -7,8 +7,6 @@ @import 'icons'; -@import "pod-styles"; - body, label, .checkbox label { font-weight: 300; } @@ -66,3 +64,65 @@ .doc-buttons { margin-top: 1em; } + +//bo-doc-contributor-nameurl-cell styles +$nameurl-gutter: 10px; + +.bo-doc-contributor-nameurl-cell .row { + margin-left: -($nameurl-gutter / 2); + margin-right: -($nameurl-gutter / 2); +} +.bo-doc-contributor-nameurl-cell .nameurl-col { + position: static; + float: left; + display: table-cell; + min-height: 1px; + padding: 0 (($nameurl-gutter / 2)-2 ) 0 (($nameurl-gutter / 2)-2); +} + +.bo-doc-contributor-nameurl-cell .nameurl-col-name { + @extend .nameurl-col; + width: percentage(4.5 / 8); +} + +.bo-doc-contributor-nameurl-cell .nameurl-col-url { + @extend .nameurl-col; + width: percentage(3.5 / 8); +} + +.bo-doc-contributor-nameurl-cell .nameurl-col-autocomplete { + @extend .nameurl-col; + width: percentage(11/12); +} + +.bo-doc-contributor-nameurl-cell .nameurl-col-icon { + @extend .nameurl-col; + width: percentage(1/12); +} + +.bo-doc-contributor-nameurl-cell .nameurl-col-icon:focus { + outline: 0; +} + +//bo-doc-contributor-row styles +.bo-doc-edit-icons-save-dirty { + color: red; +} + +//bo-doc-subject-row styles +.bo-doc-subject-not-bnf { + color: $gray-light; +} + +.bo-doc-subject-not-bnf { + .bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited { + color: $gray-light; + } +} + + +//bo-doc-subjects styles +#doc-subjects-table-pane { + display: none; + margin-top: 20px; +}