Changeset 11457
- Timestamp:
- 04/14/11 14:46:26 (2 years ago)
- Location:
- trunk/WidgetsSkin
- Files:
-
- 7 edited
-
data/System/DefaultWidgets.txt (modified) (1 diff)
-
data/System/WidgetsSkin.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/WidgetsSkin.pm (modified) (1 diff)
-
pub/System/WidgetsMantisDesign/theme.css (modified) (1 diff)
-
pub/System/WidgetsSample2Design/theme.css (modified) (1 diff)
-
pub/System/WidgetsSample3Design/theme.css (modified) (1 diff)
-
pub/System/WidgetsSampleDesign/theme.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WidgetsSkin/data/System/DefaultWidgets.txt
r11279 r11457 76 76 </div> 77 77 </div> 78 <input type="submit" class="button " value="LOGIN"/>78 <input type="submit" class="button foswikiSubmit" value="LOGIN"/> 79 79 </form> 80 80 %IF{ -
trunk/WidgetsSkin/data/System/WidgetsSkin.txt
r11273 r11457 159 159 | Version: | %$VERSION% | 160 160 | Change History: | <!-- versions below in reverse order --> | 161 | 14 Apr 2011: | restyle login button -- Foswiki:Main.WillNorris | 161 162 | 29 Mar 2011: | restyle and change layout of =widget-login-form=, fix integration with !FastInstaller -- Foswiki:Main.WillNorris | 162 163 | 8 Dec 2010: | improve the ability to hide/show actions based on permissions / authentication | -
trunk/WidgetsSkin/lib/Foswiki/Contrib/WidgetsSkin.pm
r11271 r11457 2 2 3 3 our $VERSION = '$Rev$'; 4 our $RELEASE = '2.0. 1';4 our $RELEASE = '2.0.2'; 5 5 our $SHORTDESCRIPTION = 6 'WidgetsSkin provides a themeing framework based on Movable Type 4 (MT4). This skin is very easy to style and is extremely flexible. Many additional skin components are provided as resuable "widgets".';6 'WidgetsSkin provides a themeing framework based on Movable Type 4 (MT4). This skin is very easy to style and is extremely flexible. Many additional skin UI components are provided as resuable "widgets".'; 7 7 8 8 1; -
trunk/WidgetsSkin/pub/System/WidgetsMantisDesign/theme.css
r18 r11457 295 295 296 296 297 .cltlogin { 298 padding-bottom:0.4em; 299 } 300 301 297 302 /* moblog1 tweaks */ 298 303 -
trunk/WidgetsSkin/pub/System/WidgetsSample2Design/theme.css
r18 r11457 380 380 margin: 0; 381 381 padding: 0; 382 } 383 384 385 .cltlogin { 386 padding-bottom:0.4em; 382 387 } 383 388 -
trunk/WidgetsSkin/pub/System/WidgetsSample3Design/theme.css
r18 r11457 324 324 height: 70px; /* for appearance with varying image border widths */ 325 325 margin: 0 2px 2px 0; 326 } 327 328 329 .cltlogin { 330 padding-bottom:0.4em; 326 331 } 327 332 -
trunk/WidgetsSkin/pub/System/WidgetsSampleDesign/theme.css
r18 r11457 308 308 } 309 309 310 .cltlogin { 311 padding-bottom:0.4em; 312 } 313 310 314 311 315 /* moblog1 tweaks */
Note: See TracChangeset
for help on using the changeset viewer.
