Commit Graph

65 Commits

Author SHA1 Message Date
Michael Tremer
6e8089a94f theme: Fix spacing of version string in footer. 2014-05-10 14:25:36 +02:00
Michael Tremer
2b6c5f2579 ipfire theme: Fix default setting for hostname in title. 2014-03-13 15:43:52 +01:00
Alf Høgemark
480f354d89 ipfire theme: Use div align for center
Revert change to make openbox produce validating html,
when center alignment for box is wanted.

I have not been able to find css solution for
properly aligning the div horisontally.
2014-02-26 18:37:57 +01:00
Alf Høgemark
0f43165084 ipfire theme: Fix align on div, and fix javascript tag
Remove align attribute on div for openbox, rather use
style attribute with text-align, since align attribute
causes html validation warnings, since it is deprecated.

Remove deprecated and useless attribute on javascript tag.
2014-02-22 17:35:46 +01:00
Michael Tremer
2f65e28425 Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next 2014-02-19 20:48:12 +01:00
Alf Høgemark
a636a76016 ipfire theme: Add missing swapVisibility javascript function
qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.
2014-02-19 18:05:55 +01:00
Alf Høgemark
db3096173d webgui menus: Make top menu item clickable on mobile safari
The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.
2014-02-19 17:30:49 +01:00
Alexander Marx
b1be2de786 NEW THEME: added padding right for TH and TD tags 2014-01-29 14:32:56 +01:00
Alexander Marx
11e012ef66 NEW THEME: added padding-left to all tables <td> because it looks much better 2014-01-29 14:32:50 +01:00
Michael Tremer
30491c6ac7 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Conflicts:
	html/html/themes/ipfire/include/css/style.css
2014-01-11 13:08:27 +01:00
Michael Tremer
b5890e7369 theme: Move table styles to bottom of the CSS file. 2014-01-11 13:06:00 +01:00
Michael Tremer
412a1f43ce theme: Make table borders lighter. 2014-01-11 13:04:45 +01:00
Michael Tremer
9c9c9cb613 theme: Fix padding at the top of page header. 2014-01-11 13:03:06 +01:00
Michael Tremer
d0c91170ca theme: Change default font to DejaVu Sans. 2014-01-11 12:58:05 +01:00
Michael Tremer
7fbb771896 theme: Change HTML doctype to HTML5.
This is really not valid HTML5 code, nor is it XHTML 1.1 Strict.
2014-01-11 12:55:30 +01:00
Michael Tremer
1ada718c39 theme: Set width to 960px. 2014-01-11 12:51:21 +01:00
Michael Tremer
68e89a2f28 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2014-01-11 12:46:56 +01:00
Michael Tremer
0f9894afa1 theme: Fix size and colouring of the headlines. 2014-01-11 12:45:04 +01:00
Alexander Marx
82f7d1b4d8 Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation) 2014-01-11 12:13:32 +01:00
Michael Tremer
c82aa2ec9e theme: Decrease font size of h2 elements. 2014-01-09 18:46:03 +01:00
Michael Tremer
4e36e1791f theme: Fix coding style of the rounded tables. 2014-01-09 12:17:39 +01:00
Alexander Marx
918bacacbd fifteen-theme: modified round theme for tables 2014-01-08 16:34:45 +01:00
Michael Tremer
30aef1726c theme: Don't show headlines in bigger font. 2014-01-08 15:08:03 +01:00
Michael Tremer
4c2910e91b theme: Fix CSS coding style. 2014-01-08 15:07:42 +01:00
Alexander Marx
b0cffde30e fifteen-theme: added some css for tables in style.css 2014-01-07 11:41:19 +01:00
Michael Tremer
935f311ed9 Add an alternative default theme with rounded corners. 2014-01-05 21:07:41 +01:00
Michael Tremer
fe9f758815 ipfire theme: Show hostname in title by default. 2014-01-05 19:36:06 +01:00
Michael Tremer
dd2ef3b237 ipfire-theme: Update path to jQuery. 2014-01-05 19:32:23 +01:00
Michael Tremer
121628ea68 GUI: Remove the blend effects option. 2014-01-05 19:31:32 +01:00
Michael Tremer
f14e224b1c ipfire theme: Update file paths to web resource files. 2014-01-05 19:18:55 +01:00
Michael Tremer
802d795488 header.pl: Include required perl module. 2014-01-05 19:06:08 +01:00
Michael Tremer
b3f7b96824 ipfire theme: Remove lowercase stylization. 2014-01-05 19:02:09 +01:00
Michael Tremer
a4b9426b0f Rename ipfire-new theme to ipfire. 2014-01-05 18:58:27 +01:00
Michael Tremer
ff972c8276 Rename old default theme to ipfire-legacy. 2014-01-05 18:58:02 +01:00
Michael Tremer
0b1b223aa0 webif: Use new version of jquery. 2013-10-15 16:48:10 +02:00
Michael Tremer
2ad1a8bc0c Revert "Update accelerator changes from Jörn-Ingo Weigert."
This reverts commit 5cf2c33968.

Conflicts:
	html/html/themes/ipfire/include/functions.pl
	html/html/themes/maniac/include/functions.pl
	langs/de/cgi-bin/de.pl
	langs/en/cgi-bin/en.pl
2013-05-11 11:39:36 +02:00
Michael Tremer
67fd2a703d Fix spacing in new uptime bar. 2013-04-30 12:28:34 +02:00
Michael Tremer
5cf2c33968 Update accelerator changes from Jörn-Ingo Weigert.
Conflicts:
	config/rootfiles/core/68/filelists/files
2013-04-29 13:13:07 +02:00
Michael Tremer
c1b2758242 Merge remote-tracking branch 'jiweigert/XHTML_1.0' into core68 2013-03-08 16:47:43 +01:00
Joern-Ingo Weigert
70b1b5d22f WUI: Make the shown uptime in the footer more beautiful. 2013-03-08 16:39:32 +01:00
Joern-Ingo Weigert
f4435fd9a5 Correcting margin-bottom of main_inner h3,h4 to fit spacer with sidemenu 2013-03-08 16:36:28 +01:00
Joern-Ingo Weigert
d0d063fe14 Colorize the bandwidth meter and update jquery. 2013-03-08 16:23:13 +01:00
Joern-Ingo Weigert
8ed76a233c Modify Page Header to correct XHTML-Sytax (ipfire) 2013-03-04 21:28:34 +01:00
Jan Paul Tuecking
8a5823b8c4 This fixes Bug #0000652 - IE8 needs forced blank, other browser are still fine 2010-06-18 22:49:16 +02:00
Daniel Glanzmann
d6a60bb348 Reimplemented display of bandwith usage in webif 2008-12-17 20:48:03 +01:00
maniacikarus
b4af714259 changd disk standby color
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1065 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-11-06 18:33:22 +00:00
maniacikarus
ad35f3d20d Version Tag verschoben und Credits angepasst
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@939 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-10-03 14:36:03 +00:00
ms
70df830214 Ein Paar Dateien fuer die GPLv3 angepasst.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
maniacikarus
7c98b47551 Ajax Speed Anzeige ncohmal veraendert
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@725 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-07-28 20:22:43 +00:00
maniacikarus
18322edf27 Ajax Speedmeter ist ueber Guioptions deaktivierbar -> friss gut CPU
Connections CGI sollte die IPSec Verbindungen einfaerben
Hardwaregraphen sollten wieder funktionieren
QOS gefixt,viele kleine Fehler
Squid Initskript setzt die Squid und Squidguard logs auch owner squid


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@633 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-06-16 14:30:20 +00:00