aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui/epiphany.css
Commit message (Collapse)AuthorAgeFilesLines
* Make the resources depend on the actual UI filesXan Lopez2012-03-281-49/+0
| | | | | | Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles.
* epiphany.css: add px unit to valuesDiego Escalante Urrelo2012-02-081-4/+4
| | | | | | Any integer above 0 should have a unit in CSS files now. https://bugzilla.gnome.org/show_bug.cgi?id=669602
* epiphany.css: use 'transparent' instead of 'none' for background colorXan Lopez2012-01-111-1/+1
| | | | Required by newest GTK+.
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-0/+28
| | | | | | The theming was done by Lapo Calamandrei. https://bugzilla.gnome.org/show_bug.cgi?id=665470
* epiphany.css: kill left/right padding in the main toolbarXan Lopez2011-12-101-0/+5
| | | | | | | That way buttons can be used at the edge of the screen when ephy is maximized. https://bugzilla.gnome.org/show_bug.cgi?id=665518
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-0/+16
Replace local styling (used for the tab close button and embed's status frame) by a global css sheet loaded at window construction. This allows tweaking style properties without rebuilding. The css file is installed in $(pkgdatadir)/epiphany.css. Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com> Bug #644805