Changeset 11457


Ignore:
Timestamp:
04/14/11 14:46:26 (2 years ago)
Author:
WillNorris
Message:

Item10570: restyle login button (real foswiki button style)

Location:
trunk/WidgetsSkin
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/WidgetsSkin/data/System/DefaultWidgets.txt

    r11279 r11457  
    7676                           </div> 
    7777                        </div> 
    78                         <input type="submit" class="button" value="LOGIN"/> 
     78                        <input type="submit" class="button foswikiSubmit" value="LOGIN"/> 
    7979                </form>  
    8080%IF{ 
  • trunk/WidgetsSkin/data/System/WidgetsSkin.txt

    r11273 r11457  
    159159|  Version: | %$VERSION% | 
    160160|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     161|  14 Apr 2011: | restyle login button -- Foswiki:Main.WillNorris | 
    161162|  29 Mar 2011: | restyle and change layout of =widget-login-form=, fix integration with !FastInstaller  -- Foswiki:Main.WillNorris | 
    162163|   8 Dec 2010: | improve the ability to hide/show actions based on permissions / authentication | 
  • trunk/WidgetsSkin/lib/Foswiki/Contrib/WidgetsSkin.pm

    r11271 r11457  
    22 
    33our $VERSION = '$Rev$'; 
    4 our $RELEASE = '2.0.1'; 
     4our $RELEASE = '2.0.2'; 
    55our $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".'; 
    77 
    881; 
  • trunk/WidgetsSkin/pub/System/WidgetsMantisDesign/theme.css

    r18 r11457  
    295295 
    296296 
     297.cltlogin { 
     298        padding-bottom:0.4em; 
     299} 
     300 
     301 
    297302/* moblog1 tweaks */ 
    298303         
  • trunk/WidgetsSkin/pub/System/WidgetsSample2Design/theme.css

    r18 r11457  
    380380        margin: 0; 
    381381        padding: 0; 
     382} 
     383 
     384 
     385.cltlogin { 
     386        padding-bottom:0.4em; 
    382387} 
    383388 
  • trunk/WidgetsSkin/pub/System/WidgetsSample3Design/theme.css

    r18 r11457  
    324324        height: 70px; /* for appearance with varying image border widths */ 
    325325        margin: 0 2px 2px 0; 
     326} 
     327 
     328 
     329.cltlogin { 
     330        padding-bottom:0.4em; 
    326331} 
    327332 
  • trunk/WidgetsSkin/pub/System/WidgetsSampleDesign/theme.css

    r18 r11457  
    308308} 
    309309 
     310.cltlogin { 
     311        padding-bottom:0.4em; 
     312} 
     313 
    310314 
    311315/* moblog1 tweaks */ 
Note: See TracChangeset for help on using the changeset viewer.