diff options
Diffstat (limited to 'js/components')
3 files changed, 3 insertions, 1 deletions
diff --git a/js/components/layout/bread-crumb-button.reel/bread-crumb-button.css b/js/components/layout/bread-crumb-button.reel/bread-crumb-button.css index eb5a29e0..5b5c244d 100755 --- a/js/components/layout/bread-crumb-button.reel/bread-crumb-button.css +++ b/js/components/layout/bread-crumb-button.reel/bread-crumb-button.css | |||
@@ -47,6 +47,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
47 | border-bottom: 1px solid rgb(60, 60, 60); | 47 | border-bottom: 1px solid rgb(60, 60, 60); |
48 | cursor: pointer; | 48 | cursor: pointer; |
49 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); | 49 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); |
50 | font-size: 11px; | ||
50 | } | 51 | } |
51 | 52 | ||
52 | .breadcrumbButton:active, .breadcrumbButton:hover, .breadcrumbButton:focus { | 53 | .breadcrumbButton:active, .breadcrumbButton:hover, .breadcrumbButton:focus { |
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css index ab00bcc8..a80b6052 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css | |||
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
37 | -webkit-box-flex: 0; | 37 | -webkit-box-flex: 0; |
38 | } | 38 | } |
39 | 39 | ||
40 | .mainContentContainer > section.breadcrumbTrail { | 40 | .mainContentContainer section.breadcrumbTrail { |
41 | border:0; | 41 | border:0; |
42 | margin:0; | 42 | margin:0; |
43 | border-bottom:1px solid #000; | 43 | border-bottom:1px solid #000; |
diff --git a/js/components/layout/document-bar.reel/document-bar.css b/js/components/layout/document-bar.reel/document-bar.css index d92a3dd6..b86855b7 100755 --- a/js/components/layout/document-bar.reel/document-bar.css +++ b/js/components/layout/document-bar.reel/document-bar.css | |||
@@ -80,6 +80,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
80 | text-align: left; | 80 | text-align: left; |
81 | float: left; | 81 | float: left; |
82 | cursor: pointer; | 82 | cursor: pointer; |
83 | font-size: 11px; | ||
83 | } | 84 | } |
84 | 85 | ||
85 | .documentBar .viewicon { | 86 | .documentBar .viewicon { |