You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/03/30 22:30:34 UTC

svn commit: r1670188 - in /openmeetings: branches/3.0.x/src/main/webapp/css/ branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/ trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/ trunk/singlewebapp/openme...

Author: solomax
Date: Mon Mar 30 20:30:34 2015
New Revision: 1670188

URL: http://svn.apache.org/r1670188
Log:
[OPENMEETINGS-889] upload profile image button style is updated

Modified:
    openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
    openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html
    openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html
    openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css

Modified: openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/webapp/css/theme.css?rev=1670188&r1=1670187&r2=1670188&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/main/webapp/css/theme.css (original)
+++ openmeetings/branches/3.0.x/src/main/webapp/css/theme.css Mon Mar 30 20:30:34 2015
@@ -618,3 +618,8 @@ form .input {
 	font-size: 12px;
 	white-space: nowrap;
 }
+.profile .ui-button-text-only .ui-button-text {
+	font-size: 12px;
+	padding-right: 0.2em;
+	padding-left: 0.2em;
+}

Modified: openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html?rev=1670188&r1=1670187&r2=1670188&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html (original)
+++ openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html Mon Mar 30 20:30:34 2015
@@ -22,7 +22,8 @@
 	<wicket:extend>
 		<form wicket:id="form"><div 
 			class="fileupload fileupload-new" data-provides="fileupload" style="margin: 0;"><span 
-			class="btn btn-file" style="width: 120px;"><wicket:ommessage key="379"/><input type="file" accept="image/*" 
-			wicket:id="image"/></span></div><span wicket:id="progress">[progressbar]</span></form>
+			class="btn btn-file ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" 
+			style="width: 120px;"><span class="ui-button-text"><wicket:message key="379"/></span><input 
+			type="file" accept="image/*" wicket:id="image"/></span></div><span wicket:id="progress">[progressbar]</span></form>
 	</wicket:extend>
 </html>
\ No newline at end of file

Modified: openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html?rev=1670188&r1=1670187&r2=1670188&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/UploadableProfileImagePanel.html Mon Mar 30 20:30:34 2015
@@ -22,7 +22,8 @@
 	<wicket:extend>
 		<form wicket:id="form"><div 
 			class="fileupload fileupload-new" data-provides="fileupload" style="margin: 0;"><span 
-			class="btn btn-file" style="width: 120px;"><wicket:ommessage key="379"/><input type="file" accept="image/*" 
-			wicket:id="image"/></span></div><span wicket:id="progress">[progressbar]</span></form>
+			class="btn btn-file ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" 
+			style="width: 120px;"><span class="ui-button-text"><wicket:message key="379"/></span><input 
+			type="file" accept="image/*" wicket:id="image"/></span></div><span wicket:id="progress">[progressbar]</span></form>
 	</wicket:extend>
 </html>
\ No newline at end of file

Modified: openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css?rev=1670188&r1=1670187&r2=1670188&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme.css Mon Mar 30 20:30:34 2015
@@ -613,3 +613,8 @@ form .input {
 	font-size: 12px;
 	white-space: nowrap;
 }
+.profile .ui-button-text-only .ui-button-text {
+	font-size: 12px;
+	padding-right: 0.2em;
+	padding-left: 0.2em;
+}