/* * Copyright (c) 2012-2013 Kaarle Ritvanen * See LICENSE file for license details */ #status { height: 40px; } #status p { position: absolute; top: 0; left: 15px; } #status div { position: absolute; top: 15px; right: 15px; } .hidden { display: none; } .invalid { background-color: red; color: white; } .changed { background-color: lime; color: black; } .current { background-color: grey; color: white; } #modules { position: absolute; } #modules li { list-style-type: none; } #tabs, #content { margin-left: 170px; } #tabs { padding: 0; } #tabs li { display: inline-block; padding: 5px; }