Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Merge pull request #333 from legendtang/master | Jo-Philipp Wich | |
themes/bootstrap: add media queries to bootstrap-theme for better responsive UI on mobile devices | |||
2015-03-01 | theme/bootstrap: add a mssing class style in form section (#298) | Legend Tang | |
NOTE: three <br /> in some luci-app's cbi-tab-descr section which help to workaround must be removed. | |||
2015-02-28 | add media queries for better responsive UI on mobile devices | Legend Tang | |
This is for modern browsers only | |||
2015-02-19 | themes/freifunk-generic: fix error with version string display in header on BB | Manuel Munz | |
2015-01-19 | luci-themes: luci.main.mediaurlbase not set correctly | Christian Schoenebeck | |
Currently by default theme Bootstrap is installed but luci.main.mediaurlbase (it holds the current active theme) still has openwrt.org set. I did not find the mechanism how LuCI starts Bootstrap theme but the installation should set luci.main.mediaurlbase correctly. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-01-17 | themes: fix load number formatting | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-17 | luci-theme-openwrt: fix version display | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Update my email addresses in the license headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Globally reduce copyright headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | themes: require luci.version directly | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-15 | luci-theme-freifunk-generic: switch to nixio.fs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-15 | themes: eliminate uses of luci.sys.loadavg() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | Remove obsolete ipkg directories | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | Rework LuCI build system | Jo-Philipp Wich | |
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-13 | Update cascade.css | Freddy Leitner | |
Make submenus accessible to screen readers | |||
2014-10-10 | themes/bootstrap: make theme usable on touchscreen | David Heidelberger | |
When using this theme on touchscreen, after selecting menu it won't allow me select submenu selection. It directly start loading menu section (unnecessary, because it's always first link in subsection). It work only at moment, when you are really fast, which is annoying. Signed-off-by: David Heidelberger <david.heidelberger@ixit.cz> | |||
2014-07-01 | themes/bootstrap: add missing styles for server side validation errors | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-06-11 | build: introduce luci-base | Jo-Philipp Wich | |
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base. | |||
2013-12-03 | themes/bootstrap: fix css issue with input fileds within zonebadges (#556) | Jo-Philipp Wich | |
2013-09-19 | themes/freifunk-generic: Fix invalid html | Manuel Munz | |
2013-01-28 | themes/bootstrap: Fixes for mobile devices: add initial scale, don't show ↵ | Manuel Munz | |
hostname in header, partly fixes #481 | |||
2013-01-21 | themes/freifunk-generic: minor style fixes, add some space around header ↵ | Manuel Munz | |
logo and header_right | |||
2013-01-21 | themes/freifunk-generic: Improve display on mobile devices, remove useless ↵ | Manuel Munz | |
css from mobile.css | |||
2013-01-04 | themes/bootstrap: another round of css fixes | Jo-Philipp Wich | |
2013-01-04 | themes/bootstrap: fix a small style quirk observed on firewall overview page | Jo-Philipp Wich | |
2012-12-23 | themes/bootstrap: fix various css errors | Jo-Philipp Wich | |
2012-11-26 | remove .i18n annotations from controller files | Jo-Philipp Wich | |
2012-11-21 | themes: add facility to include custom css | Jo-Philipp Wich | |
2012-11-21 | themes: remove obsolete javascript files that haven't been used in over two ↵ | Jo-Philipp Wich | |
years | |||
2012-11-21 | themes: add cbi-button-download class, whitespace cleanup | Jo-Philipp Wich | |
2012-11-18 | themes/bootstrap: fix highlight of active tabs | Jo-Philipp Wich | |
2012-11-12 | bootstrap: add padding to body and header areas (#505) | Jo-Philipp Wich | |
2012-11-12 | themes/freifunk-generic: increase max-device-width for mobile.css to 854px, #480 | Manuel Munz | |
2012-10-02 | themes/openwrt.org: use ~= instead of not ( ... == ... ) | Daniel Golle | |
2012-10-02 | themes/openwrt.org: fix previous commit | Daniel Golle | |
how such a simple thing can become to complicated... Forgot the "not"... | |||
2012-10-02 | themes/openwrt.org: add missing parentheses | Daniel Golle | |
r9311 introduced a bug which made the "password not set" warning disappear in all cases instead of just the intended ones. Now fixed. | |||
2012-09-20 | themes/openwrt.org: disable 'password not set' warning in failsafe mode | Daniel Golle | |
Signed-off-by: Daniel Golle <dgolle@allnet.de> | |||
2012-09-16 | i18n: add RTL-hacks to cascade.css of the Openwrt.org theme | Daniel Golle | |
2012-09-12 | add missing css declaration for cbi-button-find | Manuel Munz | |
2012-09-11 | themes/openwrt: minor css fix | Jo-Philipp Wich | |
2012-09-11 | themes/base: slight icon changes | Jo-Philipp Wich | |
2012-09-11 | modules/admin-full, modules/admin-core, themes/base: add port status ↵ | Jo-Philipp Wich | |
indicators to switch config page | |||
2012-08-14 | themes/openwrt: allow line-wrap in <small> tags (#470) | Jo-Philipp Wich | |
2012-08-08 | themes/bootstrap: another minor styling fix | Jo-Philipp Wich | |
2012-08-08 | themes/bootstrap: add some missing classes and minor style fixes | Jo-Philipp Wich | |
2012-06-06 | themes: only check password for uid=0 pages, nobody cannot read shadow (#426) | Jo-Philipp Wich | |
2012-05-10 | themes/freifunk-generic: Fix typo introduced with last commit | Manuel Munz | |
2012-05-10 | themes/freifunk-generic: Cosmetic css improvements | Manuel Munz | |
2012-05-10 | themes/freifunk-generic: Fix buttons background, #415 | Manuel Munz | |
2012-02-19 | themes/bootstrap: the "about" page is long gone, link to luci.subsignal.org ↵ | Jo-Philipp Wich | |
instead |