#34 Feature: Detailed Device Exporting
Many additional device properties are available to export. The previous export configuration is remembered.
This commit is contained in:
@@ -3651,6 +3651,9 @@ a.button:hover {
|
||||
border: 1px solid #6b6b6b;
|
||||
background: #9e9e9e;
|
||||
}
|
||||
a.button i {
|
||||
margin-right: 10px;
|
||||
}
|
||||
div.actionBar {
|
||||
margin: 0 -30px 0 -30px;
|
||||
padding: 10px;
|
||||
@@ -4123,11 +4126,9 @@ select {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
color: #444;
|
||||
min-width: 200px;
|
||||
}
|
||||
select.small {
|
||||
padding: 0;
|
||||
min-width: 150px;
|
||||
}
|
||||
input[type="submit"],
|
||||
button {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -341,6 +341,30 @@
|
||||
background-color: #ededed;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
#Devices_Export .Devices_Export_Type_Target {
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
#Devices_Export #Devices_Export_Fields #Devices_Export_Fields_Defaults {
|
||||
font-size: .75em;
|
||||
}
|
||||
#Devices_Export #Devices_Export_Fields th {
|
||||
font-size: 1.05em;
|
||||
}
|
||||
#Devices_Export #Devices_Export_Fields th span {
|
||||
margin-top: 4px;
|
||||
font-size: .8em;
|
||||
}
|
||||
#Devices_Export_Download_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
#Devices_Export_Download_Dialog h4 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#Devices_Export_Download_Dialog a {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#deviceImport #ImportFile {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -312,6 +312,41 @@
|
||||
}
|
||||
}
|
||||
|
||||
#Devices_Export {
|
||||
.Devices_Export_Type_Target {
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#Devices_Export_Fields {
|
||||
#Devices_Export_Fields_Defaults {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 1.05em;
|
||||
|
||||
span {
|
||||
margin-top: 4px;
|
||||
font-size: .8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#Devices_Export_Download_Dialog {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
|
||||
h4 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#deviceImport {
|
||||
#ImportFile {
|
||||
width: 100%;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -474,6 +474,9 @@ a.button:hover {
|
||||
border: 1px solid #6b6b6b;
|
||||
background: #9e9e9e;
|
||||
}
|
||||
a.button i {
|
||||
margin-right: 10px;
|
||||
}
|
||||
div.actionBar {
|
||||
margin: 0 -30px 0 -30px;
|
||||
padding: 10px;
|
||||
@@ -946,11 +949,9 @@ select {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
color: #444;
|
||||
min-width: 200px;
|
||||
}
|
||||
select.small {
|
||||
padding: 0;
|
||||
min-width: 150px;
|
||||
}
|
||||
input[type="submit"],
|
||||
button {
|
||||
|
||||
@@ -422,6 +422,10 @@ a {
|
||||
border: 1px solid @ButtonBorderHoverColour;
|
||||
background: @ButtonHoverColour;
|
||||
}
|
||||
|
||||
i {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
div.actionBar {
|
||||
@@ -901,12 +905,10 @@ select {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
color: #444;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
select.small {
|
||||
padding: 0;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
input[type="submit"], button {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user