From c332c660318f9d7916daa6855ebdc63504d02b07 Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Thu, 17 Sep 2015 16:19:48 +0800 Subject: Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI Signed-off-by: Lutty Yang --- .../htdocs/luci-static/material/css/style.css | 30 +++++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'themes/luci-theme-material/htdocs/luci-static/material/css') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 9dbfcaecdd..e98ae3c691 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -1,3 +1,26 @@ +/** + * Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI + * + * luci-theme-material + * Copyright 2015 Lutty Yang + * + * Have a bug? Please create an issue here on GitHub! + * https://github.com/LuttyYang/luci-theme-material/issues + * + * luci-theme-bootstrap: + * Copyright 2008 Steven Barth + * Copyright 2008 Jo-Philipp Wich + * Copyright 2012 David Menting + * + * MUI: + * https://github.com/muicss/mui + * + * Licensed to the public under the Apache License 2.0 + */ + +/* + * Font generate by Icomoon + */ @font-face { font-family: 'icomoon'; src: url('../fonts/font.eot'); @@ -362,7 +385,7 @@ footer { left: 0; } -/* 进度条fix */ +/* fix progress bar */ #memfree > div, #membuff > div, #conns > div, @@ -379,7 +402,7 @@ footer { background-color: #0099CC !important; } -/* 多重table fix*/ +/* fix multiple table */ table table { border: none; @@ -397,7 +420,7 @@ td > table > tbody > tr > td { border: none; } -/* button 样式 */ +/* button style */ .cbi-button { box-sizing: border-box; @@ -714,7 +737,6 @@ td > table > tbody > tr > td { .uci-change-list var ins, .uci-change-list var del { - /*display: inline;*/ border: none; white-space: pre; font-style: normal; -- cgit v1.2.3