Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r4209 committed - Fixed the textarea and buttons not aligning well in FireFox and IE9 on...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
gbif-providertool...@googlecode.com  
View profile  
 More options Oct 16 2012, 6:18 am
From: gbif-providertool...@googlecode.com
Date: Tue, 16 Oct 2012 10:18:47 +0000
Local: Tues, Oct 16 2012 6:18 am
Subject: [gbif-providertoolkit] r4209 committed - Fixed the textarea and buttons not aligning well in FireFox and IE9 on...
Revision: 4209
Author:   b...@gbif.org
Date:     Tue Oct 16 03:18:27 2012
Log:      Fixed the textarea and buttons not aligning well in FireFox and  
IE9 on Windows. This is relevant to issue 878.
http://code.google.com/p/gbif-providertoolkit/source/detail?r=4209

Modified:
  /trunk/gbif-ipt/src/main/webapp/WEB-INF/pages/manage/eml/taxcoverage.ftl
  /trunk/gbif-ipt/src/main/webapp/styles/main.css

=======================================
---  
/trunk/gbif-ipt/src/main/webapp/WEB-INF/pages/manage/eml/taxcoverage.ftl        
Tue Oct  9 06:26:53 2012
+++  
/trunk/gbif-ipt/src/main/webapp/WEB-INF/pages/manage/eml/taxcoverage.ftl        
Tue Oct 16 03:18:27 2012
@@ -32,9 +32,9 @@
                                <!-- Taxon list-->
                                <!-- a id="taxonsLink-${item_index}" class="show-taxonList" href=""  

><@s.text name='manage.metadata.addseveral' /> <@s.text  

name='manage.metadata.taxcoverage.taxon.items' /></a> -->
                                <@link name="taxonsLink-${item_index}" class="show-taxonList"  
value="manage.metadata.taxcoverage.addSeveralTaxa" help="i18n"  
i18nkey="manage.metadata.taxcoverage.addSeveralTaxa"/>
-                               <div id="list-${item_index}" class="half" style="display:none">
+                               <div id="list-${item_index}" class="half addSeveralTaxa"  
style="display:none">
                                        <@text i18nkey="eml.taxonomicCoverages.taxonList" help="i18n"  
name="taxon-list-${item_index}" value="" />
-                                       <div class="buttons">
+                                       <div id="addSeveralTaxaButtons" class="buttons">
                                                <@s.submit cssClass="button" name="add-button-${item_index}"  
key="button.add"/>
                                        </div>
                                </div>
=======================================
--- /trunk/gbif-ipt/src/main/webapp/styles/main.css     Tue Oct 16 02:53:55 2012
+++ /trunk/gbif-ipt/src/main/webapp/styles/main.css     Tue Oct 16 03:18:27 2012
@@ -697,6 +697,13 @@
  #subItems {
    margin-bottom: 10px;
  }
+
+.addSeveralTaxa textarea {
+  width: 85%;
+}
+#addSeveralTaxaButtons {
+  margin-top: 25px;
+}
  .taxon-list {
    padding-top:14px;
  }

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »