File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
app/theme/components/pageTop Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
< a href class ="collapse-menu-link ion-navicon " ba-sidebar-toggle-menu > </ a >
4
4
5
5
< div class ="navbar-right ">
6
- < h1 class ="navbar-text ">
6
+ < h1 class ="hostname ">
7
7
< img ng-src ="/assets/img/app/distros/{{system.distro.id}}.svg " img-load-error alt ="System Distributor Logo ">
8
8
{{system.host.toUpperCase()}}
9
9
</ h1 >
Original file line number Diff line number Diff line change 5
5
6
6
h1 > img {
7
7
height : 1em ;
8
- vertical-align : bottom ;
8
+ padding : 0 .25em 0 0 ;
9
+ vertical-align : middle ;
9
10
width : auto ;
10
11
}
11
12
@@ -20,10 +21,17 @@ td > img {
20
21
21
22
.navbar-right {
22
23
float : right ;
24
+ height : 100% ;
25
+ max-width : 40% ;
23
26
}
24
27
25
- .navbar-text {
26
- color : $primary-light ;
28
+ .hostname {
29
+ color : rgb (255 , 255 , 255 );
30
+ font-size : 24px ;
31
+ line-height : 60px ;
32
+ overflow : hidden ;
33
+ text-overflow : ellipsis ;
34
+ white-space : nowrap ;
27
35
}
28
36
29
37
.table > thead :first-child > tr :first-child > th .text-left ,
You can’t perform that action at this time.
0 commit comments