mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Traffic policing page i18n, are-you-sure integration and styling (#837)
* Traffic policing page internationalization, are-you-sure integration, styling * are-you-sure utility functions * move to shaping section
This commit is contained in:
parent
c825c689ff
commit
eda7bd42b1
6 changed files with 270 additions and 100 deletions
6
httpdocs/css/ntopng.css
vendored
6
httpdocs/css/ntopng.css
vendored
|
|
@ -135,6 +135,12 @@ min-width: 100px;
|
|||
/*background-color: #f5f5f5;*/
|
||||
}
|
||||
|
||||
/* For shaper id selection, should also inherit from form-control */
|
||||
.shaper-selector {
|
||||
width: 10em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*Hide numeric input box spinners for 'no-spinner' class */
|
||||
input.no-spinner[type=number]::-webkit-inner-spin-button,
|
||||
input.no-spinner[type=number]::-webkit-outer-spin-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue