Author: ygrego Date: 2015-07-10 18:20:07 +0200 (Fri, 10 Jul 2015) New Revision: 1796 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1796 Log: Manage the programme's progress. Modified: oipf/emulator/css/main.css Modified: oipf/emulator/css/main.css =================================================================== --- oipf/emulator/css/main.css 2015-07-09 17:37:32 UTC (rev 1795) +++ oipf/emulator/css/main.css 2015-07-10 16:20:07 UTC (rev 1796) @@ -1,17 +1,3 @@ -/* -To change this license header, choose License Headers in Project Properties. -To change this template file, choose Tools | Templates -and open the template in the editor. -*/ -/* - Created on : 3 juin 2015, 11:33:14 - Author : root -*/ - -/*[class*="col-"] { - padding: 15px; -}*/ - #emulator { height: 600px; background-color: activecaption; @@ -70,11 +56,11 @@ object { width: 100%; height: 100%; - background-color: slategrey; +/* background-color: lightslategray;*/ } .off { - position: absolute; +/* position: absolute;*/ width: 100%; height: 100%; background-color: black; @@ -100,6 +86,18 @@ font-weight: bold; } -.paddingTop { - padding-top: 4px; +p { + padding-top: 3px; } + +#programmeState { + height: 100%; + width: 0.30%; + background-color: white; +} + +.container { + height: 20px; + padding: 0; + display: block; +}
participants (1)
-
ygregoï¼ users.nuiton.org