summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
Commit message (Collapse)AuthorAgeFilesLines
* started migration to bootstrapSjon Hortensius2014-12-291-1414/+0
| | | | | | * migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | | | | | | | | | | | | | | On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column. This is because listbg has: padding-right: 16px; But the normal listr has: padding-right: 6px; It seems really odd that listbg as 16 pixels right padding. I expected it to have all the same padding as listr, just with a different color. listn and listbggrey have the same "feature" of extra padding-right. listn does not seem to be used anywhere anyway - might as well "fix" it in case something uses it some time. listbggrey seems to only be used by pkg_mgr_installed.php in the case when an installed package version is in advance of the online version - quite an unusual thing! Changing padding-right from 16px back to 6px is fine for that. Then the "feature" is lso in listhdr and listhdrr - lots of examples like firewall_aliases.php have the column headings as listhdr or listhdrr, so in theory if the column is not so wide already, it will put 16px on the right after the column heading text. But the actual rows of data underneath use listr and listbg, which only specify 6px right padding. In the end it usually does not make any difference - there is space already and the browser lines it all up anyway. But it seems to me an odd difference in the css. listtopic also has this 16px right padding thing - but it seems to be used just for text display that is not in columns, so I did not mess with that. Changing this css fixes the lineup of the red "x" in the services status column and does not seem to break anything else. In theory it could make other things better also. Someone who knows how the css was intended to be used could comment on this! If I have got the right idea, and these "16px" things were just a mistake from the past, then it should be checked in the css for all themes and corrected appropriately... I am happy to do that, once someone confirms it is the thing to do.
* fix menu wrap on pfense_ng and pfsense_ng_fsJared Dillard2014-09-031-3/+2
|
* Fix comment in cssRenato Botelho2014-08-291-1/+1
|
* fix gold alignment and redirectJared Dillard2014-08-191-1/+1
|
* Revert "make gold link more visable"Jared Dillard2014-08-191-9/+4
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-181-4/+9
|
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-251-4/+5
|
* syntax errors correctedayvis2014-03-041-5/+5
|
* improve the look of the pop up helper widgetCharlie Marshall2013-08-141-1/+1
|
* disable horizontal resizingCharlie Marshall2013-08-051-0/+1
|
* fix / make textarea full widthCharlie Marshall2013-08-051-0/+8
|
* Widget Firewall Logs FieldsN0YB2013-05-211-3/+12
| | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Tidy up "thermal_sonsors.widget.php" XHTMLColin Fleming2013-04-161-0/+32
| | | | | | | | Add CDATA section to SCRIPT tag Move the STYLE block into the "all.css" theme files Close INPUT tag Remove name statement from DIV tag Add summary statement to TABLE tag
* Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-261-1/+7
| | | | themes. Fixes #2900
* Update HTML boolean operator "nowrap"Colin Fleming2013-02-061-0/+2
| | | | | | | | | | | The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
* (line endings UNIX format..)PiBa-NL2012-09-161-4/+0
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+4
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Add scrollbar in dropdown menuccesario2012-06-131-1/+1
|
* Add scrollbar in dropdown menuccesario2012-06-131-52/+64
|
* fix jquery+domtt notices css on all themesMarcello Coutinho2012-06-091-0/+2
|
* fix css style to themes.Marcello Coutinho2012-06-081-2/+2
|
* Give the Layer7 patterns page some much needed love.Warren Baker2011-08-291-0/+1
|
* Restoring gray background to the right of some tables in GUI (theme pfsense_ng).Evgeny Yurchenko2011-06-051-1/+1
|
* CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 ↵jim-p2010-11-021-1/+2
| | | | in ticket #830
* Set tabcont to a slightly darker grey so that it stands out even on brighter ↵Scott Ullrich2010-08-051-1/+1
| | | | monitors.
* Add another ID so password confirmation fields also get this style applied ↵jim-p2009-12-241-1/+1
| | | | (Fixes PPTP user edit screen, possibly others)
* Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. ↵jim-p2009-11-281-9/+1
| | | | Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
* Squeeze help menu inScott Ullrich2009-09-201-2/+1
|
* Make Status -> IPSec table sortable. Fix colors and styling on sortable ↵Scott Ullrich2009-08-201-3/+5
| | | | table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
* move the content area some pixels down so it doesn't conflict with the ↵hoba2009-07-141-1/+1
| | | | static menu layer on the very top
* some pages need a minimal height to be displayed correctlyhoba2009-07-141-0/+1
|
* Fixing that annoying 1Px-Line offset background on the nervecenter theme on ↵hoba2009-07-131-0/+13
| | | | some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
* On popular demand: change the footer back to a classic one at the end of the ↵hoba2009-07-121-30/+16
| | | | page
* Adding the pfSense_ng themehoba2009-06-261-0/+1347
OpenPOWER on IntegriCloud