[Yulup-commits] rev 24006 - in
public/yulup/src/trunk/yulup/src/chrome: content/atomsidebar skin
andi at wyona.com
andi at wyona.com
Wed Apr 25 17:52:51 CEST 2007
Author: andi
Date: 2007-04-25 17:52:50 +0200 (Wed, 25 Apr 2007)
New Revision: 24006
Modified:
public/yulup/src/trunk/yulup/src/chrome/content/atomsidebar/atomsidebar.xul
public/yulup/src/trunk/yulup/src/chrome/skin/atomsidebar.css
Log:
Moved styling to CSS.
Modified: public/yulup/src/trunk/yulup/src/chrome/content/atomsidebar/atomsidebar.xul
===================================================================
--- public/yulup/src/trunk/yulup/src/chrome/content/atomsidebar/atomsidebar.xul 2007-04-25 15:50:44 UTC (rev 24005)
+++ public/yulup/src/trunk/yulup/src/chrome/content/atomsidebar/atomsidebar.xul 2007-04-25 15:52:50 UTC (rev 24006)
@@ -77,7 +77,7 @@
flex="1">
<vbox stretch="align" flex="1">
<groupbox flex="1">
- <caption label="&atomSidebarFeedInfoGroupbox.label;" style="font-size: x-small;"/>
+ <caption label="&atomSidebarFeedInfoGroupbox.label;"/>
<iframe id="uiYulupAtomSidebarFeedInfoBox"
src="data:application/vnd.mozilla.xul+xml,<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href='chrome://global/skin/' type='text/css'?><?xml-stylesheet href='chrome://yulup/skin/atomfeedinfo.css' type='text/css'?><page orient='vertical' align='stretch' style='overflow: auto;' xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'/>"
flex="1"/>
@@ -86,7 +86,7 @@
<splitter/>
<groupbox flex="2">
- <caption label="&atomSidebarFeedEntriesGroupbox.label;" style="font-size: x-small;"/>
+ <caption label="&atomSidebarFeedEntriesGroupbox.label;"/>
<button label="&atomSidebarFirstButton.label;" hidden="true"/>
<button label="&atomSidebarPreviousButton.label;" hidden="true"/>
Modified: public/yulup/src/trunk/yulup/src/chrome/skin/atomsidebar.css
===================================================================
--- public/yulup/src/trunk/yulup/src/chrome/skin/atomsidebar.css 2007-04-25 15:50:44 UTC (rev 24005)
+++ public/yulup/src/trunk/yulup/src/chrome/skin/atomsidebar.css 2007-04-25 15:52:50 UTC (rev 24006)
@@ -11,6 +11,13 @@
}
+/* ------------------------ General ------------------------- */
+
+caption {
+ font-size: x-small;
+}
+
+
/* ----------------- Feed Information Deck ------------------ */
.uiYulupAtomSidebarFeedError {
More information about the Yulup-commits
mailing list