Show More
@@ -8703,6 +8703,11 ul.breadcrumb span { | |||||
8703 | .list_header > div input, |
|
8703 | .list_header > div input, | |
8704 | .list_item > div input { |
|
8704 | .list_item > div input { | |
8705 | margin-right: 7px; |
|
8705 | margin-right: 7px; | |
|
8706 | margin-left: 14px; | |||
|
8707 | } | |||
|
8708 | .list_header > div .item_link, | |||
|
8709 | .list_item > div .item_link { | |||
|
8710 | margin-left: 14px; | |||
8706 | } |
|
8711 | } | |
8707 | .new-file input[type=checkbox] { |
|
8712 | .new-file input[type=checkbox] { | |
8708 | visibility: hidden; |
|
8713 | visibility: hidden; | |
@@ -8754,12 +8759,21 input.engine_num_input { | |||||
8754 | .highlight_text { |
|
8759 | .highlight_text { | |
8755 | color: blue; |
|
8760 | color: blue; | |
8756 | } |
|
8761 | } | |
|
8762 | #project_name { | |||
|
8763 | display: inline-block; | |||
|
8764 | } | |||
8757 | #project_name > .breadcrumb { |
|
8765 | #project_name > .breadcrumb { | |
8758 | padding: 0px; |
|
8766 | padding: 0px; | |
8759 | margin-bottom: 0px; |
|
8767 | margin-bottom: 0px; | |
8760 | background-color: transparent; |
|
8768 | background-color: transparent; | |
8761 | font-weight: bold; |
|
8769 | font-weight: bold; | |
8762 | } |
|
8770 | } | |
|
8771 | #tree-selector { | |||
|
8772 | display: inline-block; | |||
|
8773 | } | |||
|
8774 | #tree-selector input[type=checkbox] { | |||
|
8775 | margin-left: 7px; | |||
|
8776 | } | |||
8763 | .tab-content .row { |
|
8777 | .tab-content .row { | |
8764 | margin-left: 0px; |
|
8778 | margin-left: 0px; | |
8765 | margin-right: 0px; |
|
8779 | margin-right: 0px; | |
@@ -8925,6 +8939,7 ul#new-menu { | |||||
8925 | text-rendering: auto; |
|
8939 | text-rendering: auto; | |
8926 | -webkit-font-smoothing: antialiased; |
|
8940 | -webkit-font-smoothing: antialiased; | |
8927 | -moz-osx-font-smoothing: grayscale; |
|
8941 | -moz-osx-font-smoothing: grayscale; | |
|
8942 | transform: translate(0, 0); | |||
8928 | width: 20px; |
|
8943 | width: 20px; | |
8929 | } |
|
8944 | } | |
8930 | .dirty-indicator.pull-left { |
|
8945 | .dirty-indicator.pull-left { | |
@@ -8940,6 +8955,7 ul#new-menu { | |||||
8940 | text-rendering: auto; |
|
8955 | text-rendering: auto; | |
8941 | -webkit-font-smoothing: antialiased; |
|
8956 | -webkit-font-smoothing: antialiased; | |
8942 | -moz-osx-font-smoothing: grayscale; |
|
8957 | -moz-osx-font-smoothing: grayscale; | |
|
8958 | transform: translate(0, 0); | |||
8943 | width: 20px; |
|
8959 | width: 20px; | |
8944 | } |
|
8960 | } | |
8945 | .dirty-indicator-dirty.pull-left { |
|
8961 | .dirty-indicator-dirty.pull-left { | |
@@ -8955,6 +8971,7 ul#new-menu { | |||||
8955 | text-rendering: auto; |
|
8971 | text-rendering: auto; | |
8956 | -webkit-font-smoothing: antialiased; |
|
8972 | -webkit-font-smoothing: antialiased; | |
8957 | -moz-osx-font-smoothing: grayscale; |
|
8973 | -moz-osx-font-smoothing: grayscale; | |
|
8974 | transform: translate(0, 0); | |||
8958 | width: 20px; |
|
8975 | width: 20px; | |
8959 | } |
|
8976 | } | |
8960 | .dirty-indicator-clean.pull-left { |
|
8977 | .dirty-indicator-clean.pull-left { | |
@@ -8970,6 +8987,7 ul#new-menu { | |||||
8970 | text-rendering: auto; |
|
8987 | text-rendering: auto; | |
8971 | -webkit-font-smoothing: antialiased; |
|
8988 | -webkit-font-smoothing: antialiased; | |
8972 | -moz-osx-font-smoothing: grayscale; |
|
8989 | -moz-osx-font-smoothing: grayscale; | |
|
8990 | transform: translate(0, 0); | |||
8973 | content: "\f00c"; |
|
8991 | content: "\f00c"; | |
8974 | } |
|
8992 | } | |
8975 | .dirty-indicator-clean:before.pull-left { |
|
8993 | .dirty-indicator-clean:before.pull-left { |
General Comments 0
You need to be logged in to leave comments.
Login now