/*
 * admin-settings.css
 *
 * Small layout helpers extracted from inline style="" attributes on the admin
 * settings pages (currently the Garbage Collection page). Keeps templates free
 * of inline CSS.
 */

/* GC page — memory progress bars */
.gc-progress-heap {
    height: 20px;
}

.gc-progress-nonheap {
    height: 10px;
}

/* Progress bars start empty; JavaScript drives the width from live data. */
.gc-progress-bar-init {
    width: 0;
}

/* GC page — interval input stays compact */
.gc-interval-input {
    max-width: 150px;
}
