Draw box around login form; created common boxtitle CSS class
| | |
| | | // show a label |
| | | case 'label': |
| | | if ($attrib['name'] || $attrib['command']) |
| | | return Q(rcube_label($attrib)); |
| | | return Q(rcube_label($attrib + array('vars' => array('product' => $CONFIG['product_name'])))); |
| | | break; |
| | | |
| | | // create a menu item |
| | |
| | | /* visibility: hidden; */ |
| | | } |
| | | |
| | | #contact-title |
| | | { |
| | | height: 12px !important; |
| | | /* height: 20px; */ |
| | | padding: 4px 20px 3px 20px; |
| | | border-bottom: 1px solid #999999; |
| | | color: #333333; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | } |
| | | |
| | | #contact-details |
| | | { |
| | |
| | | text-align: right; |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | background-position: 1px center; |
| | | } |
| | | |
| | | .boxtitle |
| | | { |
| | | height: 12px !important; |
| | | padding: 4px 20px 3px 20px; |
| | | border-bottom: 1px solid #999; |
| | | color: #333; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | } |
| | | |
| | | |
| | | /***** common table settings ******/ |
| | | |
| | |
| | | </head> |
| | | <body class="iframe"> |
| | | |
| | | <div id="contact-title"><roundcube:label name="addcontact" /></div> |
| | | <div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div> |
| | | |
| | | <div id="contact-details"> |
| | | <roundcube:object name="contacteditform" size="40" /> |
| | |
| | | </head> |
| | | <body class="iframe"> |
| | | |
| | | <div id="contact-title"><roundcube:label name="editcontact" /></div> |
| | | <div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div> |
| | | |
| | | <div id="contact-details"> |
| | | <roundcube:object name="contacteditform" size="40" /> |
| | |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | margin-top: 50px; |
| | | width: 350px; |
| | | width: 380px; |
| | | border: 1px solid #999; |
| | | } |
| | | |
| | | #login-form table td.title |
| | | { |
| | | color: #666; |
| | | text-align: right; |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | .boxcontent { |
| | | padding: 20px 20px 10px 20px; |
| | | } |
| | | |
| | | </style> |
| | |
| | | <roundcube:object name="message" id="message" /> |
| | | |
| | | <div id="login-form"> |
| | | <div class="boxtitle"><roundcube:label name="welcome" /></div> |
| | | <div class="boxcontent"> |
| | | |
| | | <form name="form" action="./" method="post"> |
| | | <roundcube:object name="loginform" form="form" /> |
| | | |
| | |
| | | |
| | | </form> |
| | | </div> |
| | | </div> |
| | | |
| | | </body> |
| | | </html> |
| | |
| | | </head> |
| | | <body class="iframe"> |
| | | |
| | | <div id="contact-title"><roundcube:object name="contactdetails" part="name" /></div> |
| | | <div id="contact-title" class="boxtitle"><roundcube:object name="contactdetails" part="name" /></div> |
| | | |
| | | <div id="contact-details"> |
| | | <roundcube:object name="contactdetails" /> |