www_archline_hu/overrides/templates/beez3/css/offline_rtl.css
LÁZÁR Imre AI Agent acc3c3df17 feat(overrides): add legit core template files missing from package
beez3 css/js/language + system modal.php/template.php present on live but absent from the downloaded package build; clean core template files.

Signed-off-by: LÁZÁR Imre <imre@illusion.hu>
Assisted-by: claude-code@claude-opus-4-8
2026-07-16 11:39:02 +02:00

27 lines
548 B
CSS

/**
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
/**
* Joomla! 1.5 Offline RTL css file
*
* @package Joomla
* @since 1.5
* @version 1.0
*/
#frame form{ text-align: right; }
label { float:right; }
fieldset.input p {clear: right;}
/* -- message styles ----------------------------------- */
.alert {
padding: 8px 8px 25px 14px;
text-align: right;
}
.alert .close {
float: left;
left: -20px;
right: 0px;
}