Author: ygrego Date: 2015-02-13 14:27:24 +0000 (Fri, 13 Feb 2015) New Revision: 799 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/799 Log: Style changement for element with id "video-broadcast" and "#prog". Modified: oipf/view/css/style.css Modified: oipf/view/css/style.css =================================================================== --- oipf/view/css/style.css 2015-02-13 14:25:06 UTC (rev 798) +++ oipf/view/css/style.css 2015-02-13 14:27:24 UTC (rev 799) @@ -5,16 +5,25 @@ background-position: center; } -#center { - - margin-left: auto; - margin-right: auto; - width: 20%; - vertical-align: middle; -} - #video-broadcast { + position: absolute; + z-index: -1; background-image: url("../img/video-broadcast.jpg"); background-size: cover; background-repeat: no-repeat; + margin-left: 11%; + height: 90%; + width: 60%; +} + +#prog { + z-index: 2; + background-color:gray; + height: 40%; + width: 40%; + color:white; + margin-left: 20%; + margin-right: 40%; + overflow-y: auto; + visibility: hidden; } \ No newline at end of file