Author: david
Date: 2008-12-01 17:38:04 -0800 (Mon, 01 Dec 2008)
New Revision: 1653
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
trunk/qubit/web/css/graphic.css
Log:
Add .noline class for td elements in inline tables and apply to
informationobject/edit form for adding new actor events. Fixes problem with IE
where lines were showing even though form is hidden.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
2008-12-02 01:16:49 UTC (rev 1652)
+++
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
2008-12-02 01:38:04 UTC (rev 1653)
@@ -139,33 +139,33 @@
<td class="headerCell" style="width: 40%;"><i><?php echo __('or');
?> </i><?php echo __('add new name'); ?></td>
</tr>
<tr>
- <td colspan ="2"><?php echo object_select_tag($newActorEvent,
'getActorId',
+ <td class="noline" colspan ="2"><?php echo
object_select_tag($newActorEvent, 'getActorId',
array('related_class' => 'QubitActor',
'name' => 'newActorEvent[actorId]',
'include_blank' => true,
'peer_method' => 'getAllExceptUsers')) ?></td>
- <td><?php echo input_tag('newActorEvent[newActorAuthorizedName]')
?></td>
+ <td class="noline"><?php echo
input_tag('newActorEvent[newActorAuthorizedName]') ?></td>
</tr>
<tr>
<td colspan="2" class="headerCell" style="width: 55%;"><?php echo
__('event type') ?></td><td class="headerCell" style="width: 40%;"><?php echo
__('place') ?></td>
</tr>
<tr>
- <td colspan="2"><?php echo select_tag('newActorEvent[eventTypeId]',
options_for_select($actorEventTypes, $defaultActorEventType))?></td>
- <td><?php echo select_tag('newActorEvent[placeId]',
options_for_select($actorEventPlaces))?></td>
+ <td class="noline" colspan="2"><?php echo
select_tag('newActorEvent[eventTypeId]', options_for_select($actorEventTypes,
$defaultActorEventType))?></td>
+ <td class="noline"><?php echo select_tag('newActorEvent[placeId]',
options_for_select($actorEventPlaces))?></td>
</tr>
<tr>
<td class="headerCell"><?php echo __('year'); ?></td><td
class="headerCell"><?php echo __('end year'); ?></td>
<td class="headerCell"><?php echo __('date display (defaults to date
range)'); ?></td></tr>
<tr>
- <td><?php echo input_tag('newActorEvent[year]', '', 'maxlength=4
style="width:35px;"') ?></td>
- <td><?php echo input_tag('newActorEvent[endYear]', '', 'maxlength=4
style="width:35px;"') ?></td>
- <td><?php echo input_tag('newActorEvent[dateDisplay]') ?></td>
+ <td class="noline"><?php echo input_tag('newActorEvent[year]', '',
'maxlength=4 style="width:35px;"') ?></td>
+ <td class="noline"><?php echo input_tag('newActorEvent[endYear]',
'', 'maxlength=4 style="width:35px;"') ?></td>
+ <td class="noline"><?php echo
input_tag('newActorEvent[dateDisplay]') ?></td>
</tr>
<tr>
<td colspan="3" class="headerCell"><?php echo __('note'); ?></td>
</tr>
<tr>
- <td colspan="3"><?php echo input_tag('newActorEvent[description]')
?></td>
+ <td class="noline" colspan="3"><?php echo
input_tag('newActorEvent[description]') ?></td>
</tr>
</table>
</fieldset>
Modified: trunk/qubit/web/css/graphic.css
===================================================================
--- trunk/qubit/web/css/graphic.css 2008-12-02 01:16:49 UTC (rev 1652)
+++ trunk/qubit/web/css/graphic.css 2008-12-02 01:38:04 UTC (rev 1653)
@@ -11,7 +11,7 @@
WEBSITE NAME & LOGO
**********************************************************/
#website-name {
- font: bold 64px/ 78px verdana, georgia, garamond, serif;
+ font: bold 64px verdana, georgia, garamond, serif;
letter-spacing: -0.1ex;
color: #FC6E3C;
border: 0;
@@ -30,7 +30,7 @@
#website-description {
color: #04025C;
- font: bold 15px/ 16px georgia, garamond, serif;
+ font: bold 15px georgia, garamond, serif;
margin: 75px 0 0 0;
padding: 0;
text-align: left;
@@ -65,7 +65,7 @@
GENERAL TEXT STYLING
**********************************************************/
body {
- font: normal 11px/ 14px verdana, lucida, sans-serif;
+ font: normal 11px verdana, lucida, sans-serif;
color: #000000;
}
@@ -89,7 +89,7 @@
/*headers*/
h1 {
- font: bold 20px/ 20px georgia, garamond, serif;
+ font: bold 20px georgia, garamond, serif;
margin: 15px 0 0 0;
padding: 2px 2px 2px 4px;
color: #ffffff;
@@ -103,7 +103,7 @@
}
h1#page-title {
- font: bold 22px/ 22px georgia, garamond, serif;
+ font: bold 22px georgia, garamond, serif;
margin: 0 0 10px 0;
color: #000066;
background-color: #ff9933;
@@ -436,7 +436,7 @@
}
table.inline td.headerCell,table.inline th {
- border: 0;
+ border: none;
background-color: #cccccc;
color: #ffffff;
font: bold 10px verdana, lucida, sans-serif;
@@ -447,17 +447,22 @@
table.inline tr {
vertical-align: top;
+ border: none;
}
table.inline td {
- border: 0;
+ border: none;
border-top: 1px solid #cccccc;
text-align: left;
}
+table.inline td.noline {
+ border: none;
+}
+
table.inlineClear {
width: 100%;
- border: 0;
+ border: none;
margin: 0;
padding: 0;
}
@@ -470,7 +475,7 @@
table.inlineClear th {
text-align: left;
- border: 0;
+ border: none;
width: 30%;
background: transparent;
}
@@ -478,7 +483,7 @@
table.inlineClear td {
width: 70%;
text-align: left;
- border: 0;
+ border: none;
background: transparent;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---