diff --git a/src/identity/custom/pages/WEB-INF/incl/layout/fullWidthEmpty.xhtml b/src/identity/custom/pages/WEB-INF/incl/layout/fullWidthEmpty.xhtml index 65a1940..fa17aaf 100644 --- a/src/identity/custom/pages/WEB-INF/incl/layout/fullWidthEmpty.xhtml +++ b/src/identity/custom/pages/WEB-INF/incl/layout/fullWidthEmpty.xhtml @@ -1,13 +1,10 @@ - + - + #{organizationService.organization.organizationTitle} @@ -23,169 +20,164 @@ - - + - - - - - + + + - + + .rf-tb-itm, + .rf-tb-emp { + height: 33px; + background-color: #{gluufn:getColor(themeColor, "00ff00") + + } + + input[type=text], + input[type=email], + input[type=password], + input[autocomplete=off], + input[type=url] { + padding: 5px; + border: 2px solid #ccc; + margin-left: 2px !important; + border-radius: 5px !important; + } + + input[type=text]:focus, + input[type=email]:focus, + input[type=password]:focus, + input[autocomplete=off]:focus, + input[type=url] { + border-radius: 5px !important; + border: 1px solid #ccc; + } + + input[type=checkbox] { + border-radius: 5O% !important; + border: 2px solid #ccc !important; + } + + input[type=checkbox]:focus { + border-radius: 5O% !important; + border: none; + } + + textarea:focus { + border-radius: 5px !important; + margin-left: 2px !important; + border: 2px solid #ccc; + } + + textarea { + padding: 5px; + margin-left: 2px !important; + border-radius: 5px !important; + } + + input[type=submit] { + padding: 5px 15px; + cursor: pointer; + border-radius: 5px !important; + } + + .btn-primary, + .btn-success, + .btn-danger { + border: 0 none; + cursor: pointer; + border-radius: 5px !important; + } + + .icheckbox_square-blue { + border-radius: 50% !important; + border: 1px solid #ccc !important + } + + .icheckbox_square-blue:focus { + border-radius: 50% !important; + border: none; + } + + select { + border-radius: 5px !important; + } + + .roundedSelectBox { + border: 2px solid #ccc; + border-radius: 5px !important; + } + + .footer { + position: fixed; + margin-top: 4%; + bottom: 0; + width: 100%; + color: white; + height: 55px; + background-color: #00BE79; + height: 55px; + } + + a { + color: white; + } + -
+ style="border-top: 2px solid #1ab26b !important; margin-bottom: 5px !important; margin-top: 1px !important; padding-top: 1px !important;"> +
-
- - - -
- \ No newline at end of file + +