Skip to content

Commit

Permalink
SOS-1981 Fix word wrap on My Dashboard button
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sackett authored and U-LIFERAY-ASKDY3J\liferay committed Dec 19, 2013
1 parent e68c883 commit f15d334
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions themes/so-welcome-theme/docroot/_diffs/css/so-skin-ce.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ input[type=button], input[type=reset], input[type=submit], #sign-in:hover, .aui-
}

select, .taglib-captcha input[type="text"] {
width: auto;
width: 100%;
}

input[type="text"] {
width: 256px;
}

.navigation {
Expand Down Expand Up @@ -216,7 +220,6 @@ input[type=button], input[type=reset], input[type=submit], #sign-in:hover, .aui-
.signed-in-as {
padding: 20px 10px 40px;
text-align: center;
width: 100px;

.profile-image img {
margin-bottom: 1.5em;
Expand Down

0 comments on commit f15d334

Please sign in to comment.