forked from I2P_Developers/i2p.i2p
SusiDNS: Add export button
This commit is contained in:
@@ -252,6 +252,12 @@ input.delete {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.export {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
|
@@ -222,6 +222,12 @@ input.delete {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.export {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
|
@@ -252,6 +252,12 @@ input.delete {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.export {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px;
|
||||
|
Reference in New Issue
Block a user