regression fix: device page header overflow
This commit is contained in:
@@ -4747,7 +4747,7 @@ header .watermark,
|
|||||||
padding: 6px 20px 4px 20px;
|
padding: 6px 20px 4px 20px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #000;
|
color: #000;
|
||||||
line-height: 50px;
|
line-height: 46px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-left: 1px solid #D1D1D1;
|
border-left: 1px solid #D1D1D1;
|
||||||
border-right: 1px solid #D1D1D1;
|
border-right: 1px solid #D1D1D1;
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -76,12 +76,8 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#layout_PageHeading #Device_Show_Status {
|
#layout_PageHeading #Device_Show_Status {
|
||||||
/*position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 6px;*/
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 50px;
|
|
||||||
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
@@ -94,7 +90,6 @@
|
|||||||
#layout_PageHeading #Device_Show_Flags {
|
#layout_PageHeading #Device_Show_Flags {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
#layout_PageHeading #Device_Show_Flags > i {
|
#layout_PageHeading #Device_Show_Flags > i {
|
||||||
|
|||||||
@@ -2,12 +2,8 @@
|
|||||||
|
|
||||||
#layout_PageHeading {
|
#layout_PageHeading {
|
||||||
#Device_Show_Status {
|
#Device_Show_Status {
|
||||||
/*position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 6px;*/
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 50px;
|
|
||||||
font-family: @FontFamilyHeading;
|
font-family: @FontFamilyHeading;
|
||||||
font-weight: @FontWeightHeading;
|
font-weight: @FontWeightHeading;
|
||||||
font-stretch: @FontStretchHeading;
|
font-stretch: @FontStretchHeading;
|
||||||
@@ -22,7 +18,6 @@
|
|||||||
#Device_Show_Flags {
|
#Device_Show_Flags {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
|
||||||
& > i {
|
& > i {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -76,12 +76,8 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#layout_PageHeading #Job_Show_Status {
|
#layout_PageHeading #Job_Show_Status {
|
||||||
/*position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 6px;*/
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 50px;
|
|
||||||
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
@@ -94,7 +90,6 @@
|
|||||||
#layout_PageHeading #Job_Show_QueueStatus {
|
#layout_PageHeading #Job_Show_QueueStatus {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
#layout_PageHeading #pendingEnrolments {
|
#layout_PageHeading #pendingEnrolments {
|
||||||
|
|||||||
@@ -2,12 +2,8 @@
|
|||||||
|
|
||||||
#layout_PageHeading {
|
#layout_PageHeading {
|
||||||
#Job_Show_Status {
|
#Job_Show_Status {
|
||||||
/*position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 6px;*/
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 50px;
|
|
||||||
font-family: @FontFamilyHeading;
|
font-family: @FontFamilyHeading;
|
||||||
font-weight: @FontWeightHeading;
|
font-weight: @FontWeightHeading;
|
||||||
font-stretch: @FontStretchHeading;
|
font-stretch: @FontStretchHeading;
|
||||||
@@ -22,7 +18,6 @@
|
|||||||
#Job_Show_QueueStatus {
|
#Job_Show_QueueStatus {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -315,7 +315,7 @@ header .watermark,
|
|||||||
padding: 6px 20px 4px 20px;
|
padding: 6px 20px 4px 20px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #000;
|
color: #000;
|
||||||
line-height: 50px;
|
line-height: 46px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-left: 1px solid #D1D1D1;
|
border-left: 1px solid #D1D1D1;
|
||||||
border-right: 1px solid #D1D1D1;
|
border-right: 1px solid #D1D1D1;
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ header, #header {
|
|||||||
padding: 6px 20px 4px 20px;
|
padding: 6px 20px 4px 20px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: @black;
|
color: @black;
|
||||||
line-height: 50px;
|
line-height: 46px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-left: 1px solid @BackgroundColour;
|
border-left: 1px solid @BackgroundColour;
|
||||||
border-right: 1px solid @BackgroundColour;
|
border-right: 1px solid @BackgroundColour;
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -78,7 +78,6 @@
|
|||||||
#layout_PageHeading #User_Show_Flags {
|
#layout_PageHeading #User_Show_Flags {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
#layout_PageHeading #User_Show_Flags > i {
|
#layout_PageHeading #User_Show_Flags > i {
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#User_Show_Flags {
|
#User_Show_Flags {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 50px;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
|
||||||
& > i {
|
& > i {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user