|
From: <j-...@us...> - 2012-02-05 17:11:54
|
Revision: 684
http://openautomation.svn.sourceforge.net/openautomation/?rev=684&view=rev
Author: j-n-k
Date: 2012-02-05 17:11:48 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
Fix CSS for gweather plugin
Modified Paths:
--------------
CometVisu/trunk/visu/plugins/gweather/gweather.css
Modified: CometVisu/trunk/visu/plugins/gweather/gweather.css
===================================================================
--- CometVisu/trunk/visu/plugins/gweather/gweather.css 2012-02-05 17:10:03 UTC (rev 683)
+++ CometVisu/trunk/visu/plugins/gweather/gweather.css 2012-02-05 17:11:48 UTC (rev 684)
@@ -1,44 +1,43 @@
.gweather {
- overflow: auto;
- padding: 10px;
- margin: 10px;
-/* background: #ccc; */
+ overflow: hidden;
+ /*padding: 10px;
+ margin: 10px; */
}
.gweather div.day {
- font-family: Verdana;
- float: left;
- border: 1px dashed #777;
-/* background: #bbf; */
- width: 150px;
- margin: 5px;
- padding: 5px;
+ font-family: Verdana;
+ float: left;
+ border: 1px dashed #777;
+ width: 150px;
+ margin: 5px;
+ padding: 5px;
}
.gweather img {
- float: left;
-/* height: 32px; */
+ float: left;
}
.gweather div.name {
- font-weight: bold;
- height: 24px;
- padding: 4px 4px 4px 4px;
+ font-weight: bold;
+ height: 24px;
+ padding: 4px 4px 4px 4px;
}
.gweather .condition {
- font-size: 12px;
- padding: 0;
- margin: 5px 0;
- text-align: left;
- height: 58px;
- overflow: hidden;
+ font-size: .4em;
+ padding: 0;
+ margin: 5px 0;
+ text-align: left;
+ height: auto;
+ overflow: hidden;
}
.gweather .temp {
- padding: 0;
- margin: 0;
- text-align: center;
-}
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ clear:left;
+}
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|