Skip to content

Commit

Permalink
Item10570: restyle login button (real foswiki button style)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/WidgetsSkin@11457 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Apr 14, 2011
1 parent 58de7d9 commit e48abac
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/System/DefaultWidgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Need a magical WebWidgets topic that can add widgets to the list for a web - sim
<input type="password" id="uname" name="password" class="text_box" value="" />
</div>
</div>
<input type="submit" class="button" value="LOGIN"/>
<input type="submit" class="button foswikiSubmit" value="LOGIN"/>
</form>
%IF{
"context registration_supported AND context registration_enabled"
Expand Down
1 change: 1 addition & 0 deletions data/System/WidgetsSkin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ You can use this technique to create a skin that matches closely the HTML of you
| Dependencies: | %$DEPENDENCIES% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 14 Apr 2011: | restyle login button -- Foswiki:Main.WillNorris |
| 29 Mar 2011: | restyle and change layout of =widget-login-form=, fix integration with !FastInstaller -- Foswiki:Main.WillNorris |
| 8 Dec 2010: | improve the ability to hide/show actions based on permissions / authentication |
| 9 Jul 2010: | prepare for uploading |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/WidgetsSkin.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package Foswiki::Contrib::WidgetsSkin;

our $VERSION = '$Rev$';
our $RELEASE = '2.0.1';
our $RELEASE = '2.0.2';
our $SHORTDESCRIPTION =
'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".';
'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".';

1;
5 changes: 5 additions & 0 deletions pub/System/WidgetsMantisDesign/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ img.image-full
}


.cltlogin {
padding-bottom:0.4em;
}


/* moblog1 tweaks */

.layout-moblog1 #container
Expand Down
5 changes: 5 additions & 0 deletions pub/System/WidgetsSample2Design/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ img.image-full { width: 100%; }
}


.cltlogin {
padding-bottom:0.4em;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
Expand Down
5 changes: 5 additions & 0 deletions pub/System/WidgetsSample3Design/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ img.image-full
}


.cltlogin {
padding-bottom:0.4em;
}


/* moblog1 tweaks */

.layout-moblog1 #container
Expand Down
4 changes: 4 additions & 0 deletions pub/System/WidgetsSampleDesign/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ img.image-full
margin: 0 2px 2px 0;
}

.cltlogin {
padding-bottom:0.4em;
}


/* moblog1 tweaks */

Expand Down

0 comments on commit e48abac

Please sign in to comment.