Author: jruchaud Date: 2015-04-22 16:59:20 +0000 (Wed, 22 Apr 2015) New Revision: 1246 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1246 Log: Begin to do the style on bootstrap for the moment Removed: wit/css/actions.less wit/css/select.less wit/css/time.less Deleted: wit/css/actions.less =================================================================== --- wit/css/actions.less 2015-04-22 16:58:01 UTC (rev 1245) +++ wit/css/actions.less 2015-04-22 16:59:20 UTC (rev 1246) @@ -1,53 +0,0 @@ -.actions { - display: flex; - justify-content: center; - - background-color: #47484b; - position: absolute; - bottom: 0; - width: 100%; - - >div { - height: 50px; - width: 50px; - background-color: #2d2e30; - margin: 5px; - - display: flex; - justify-content: center; - align-items: center; - - border-radius: 25px; - } - - #play { - .icon { - border-top: transparent 15px solid; - /* border-right: transparent 20px solid; */ - border-bottom: transparent 15px solid; - border-left: #699bb1 15px solid; - - height: 0px; - width: 0px; - background-color: transparent; - } - } - - #stop { - .icon { - height: 20px; - width: 20px; - background-color: #699bb1; - } - } -} - -#time { - text-align: center; - position: absolute; - width: 100%; - bottom: 60px; - - border-top: 2px #ccc solid; - background-color: #47484b; -} Deleted: wit/css/select.less =================================================================== --- wit/css/select.less 2015-04-22 16:58:01 UTC (rev 1245) +++ wit/css/select.less 2015-04-22 16:59:20 UTC (rev 1246) @@ -1,57 +0,0 @@ -.selection { - background-color: #f8f8f8; - border-radius: 4px; - cursor: text; - - overflow-x: scroll; - overflow-y: hidden; - height: 50px; - - -webkit-user-select: none; - - ul { - list-style: outside none none; - margin: 0px; - padding: 0px 5px; - - display: inline-block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - - li { - &.tag { - background-color: #47484b; - border: 1px solid #AAA; - border-radius: 4px; - cursor: default; - display: inline-block; - margin-right: 5px; - margin-top: 5px; - padding: 0px 5px; - - .remove { - color: #699bb1; - cursor: pointer; - display: inline-block; - font-weight: bold; - margin-right: 2px; - } - } - - &.input { - display: inline-block; - - input { - width: 6em; - background: none repeat scroll 0% 0% transparent; - border: medium none; - outline: 0px none; - - font-size: 100%; - margin-top: 5px; - } - } - } - } -} Deleted: wit/css/time.less =================================================================== --- wit/css/time.less 2015-04-22 16:58:01 UTC (rev 1245) +++ wit/css/time.less 2015-04-22 16:59:20 UTC (rev 1246) @@ -1,15 +0,0 @@ - -@font-face { - font-family: Digital; - src: url(../font/DIGITALDREAM.ttf); -} - -#time { - font-family: Digital; - font-size: 48px; - padding: 15px; - text-align: center; - - color: #00aad8; - border-bottom: 2px #00aad8 solid; -}