diff --git a/modules/extra/webcpanel/pages/chanserv/akick.cpp b/modules/extra/webcpanel/pages/chanserv/akick.cpp index 4af2f5b48..5acb8d6da 100644 --- a/modules/extra/webcpanel/pages/chanserv/akick.cpp +++ b/modules/extra/webcpanel/pages/chanserv/akick.cpp @@ -49,7 +49,7 @@ bool WebCPanel::ChanServ::Akick::OnRequest(HTTPProvider *server, const Anope::st params.push_back("ADD"); params.push_back(message.post_data["mask"]); if (message.post_data["reason"].empty() == false) - params.push_back(message.get_data["reason"]); + params.push_back(message.post_data["reason"]); WebPanel::RunCommand(na->nc->display, na->nc, "ChanServ", "chanserv/akick", params, replacements); } diff --git a/modules/extra/webcpanel/templates/default/chanserv/access.html b/modules/extra/webcpanel/templates/default/chanserv/access.html index 13c0ba82b..e9c42c61b 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/access.html +++ b/modules/extra/webcpanel/templates/default/chanserv/access.html @@ -1,52 +1,69 @@ {INCLUDE header.html} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} + +

Access List

{IF EXISTS ACCESSES} - Access List
- - - - - - +
MaskAccessCreator
+ + + + + + + + + {FOR MASK,ACCESS,CREATOR,ACCESS_CHANGE IN MASKS,ACCESSES,CREATORS,ACCESS_CHANGES} - + {IF EQ ACCESS_CHANGE YES} - + {END IF} {END FOR} +
MaskAccessCreator
{MASK}{MASK} {ACCESS} {CREATOR}DeleteDelete
{ELSE} - Access list is empty. + Access list is empty. {END IF} -

+
- Add an access entry
-
- - - - - - - - - - - -
MaskAccessProvider
- -
- +

Add an access entry

+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+ {INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/akick.html b/modules/extra/webcpanel/templates/default/chanserv/akick.html index 23c1c1efd..819a69096 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/akick.html +++ b/modules/extra/webcpanel/templates/default/chanserv/akick.html @@ -1,42 +1,58 @@ {INCLUDE header.html} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} + +

Akick List

{IF EXISTS MASKS} - Akick List
- - - - - - - {FOR MASK,CREATOR,REASON IN MASKS,CREATORS,REASONS} +
MaskCreatorReason
+ - - + + + + + + + + {FOR MASK,REASON,CREATOR IN MASKS,REASONS,CREATORS} + + - + + {END FOR} +
{MASK}{CREATOR}MaskReasonCreator
{MASK} {REASON}Delete{CREATOR}Delete
{ELSE} - Akick list is empty. + Akick list is empty. {END IF} -

+
- Add an akick entry
-
- - - - - - - - - -
MaskReason
- +

Add an akick entry

+ +
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+ + {INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/chanserv/drop.html b/modules/extra/webcpanel/templates/default/chanserv/drop.html index 35f0283f2..7852bfde6 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/drop.html +++ b/modules/extra/webcpanel/templates/default/chanserv/drop.html @@ -1,22 +1,34 @@ {INCLUDE header.html} - {IF EXISTS MESSAGES} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} - {END IF} -

Channels you can drop:

-
- {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} - {CH}
- {END FOR} -
- {IF EXISTS CHANNEL_DROP} -

Drop Channel {CHANNEL_DROP}?

-
- - Enter Channel For Confirmation: - - -
- {END IF} + +

Channels you can drop

+
+ {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} + {CH}
+ {END FOR} +
+ {IF EXISTS CHANNEL_DROP} +
+

Drop Channel {CHANNEL_DROP}?

+
+ + +
+ +
+ +
+
+
+
+ +
+
+
+
+ {END IF} {INCLUDE footer.html} \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html index dd9288f00..43eb902fb 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/main.html +++ b/modules/extra/webcpanel/templates/default/chanserv/main.html @@ -1,5 +1,5 @@ {INCLUDE header.html} - Channels you have access in:
+

Channels you have access in

{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} {CH}
diff --git a/modules/extra/webcpanel/templates/default/chanserv/set.html b/modules/extra/webcpanel/templates/default/chanserv/set.html index a97455717..dff390e09 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/set.html +++ b/modules/extra/webcpanel/templates/default/chanserv/set.html @@ -1,9 +1,13 @@ {INCLUDE header.html} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} + +

Channel Information

- +
@@ -40,59 +44,31 @@ {END IF} - {IF EXISTS KEEPTOPIC} - - {ELSE} - - {END IF} + - {IF EXISTS PEACE} - - {ELSE} - - {END IF} + - {IF EXISTS PRIVATE} - - {ELSE} - - {END IF} + - {IF EXISTS RESTRICTED} - - {ELSE} - - {END IF} + - {IF EXISTS SECURE} - - {ELSE} - - {END IF} + - {IF EXISTS SECUREOPS} - - {ELSE} - - {END IF} + - {IF EXISTS TOPICLOCK} - - {ELSE} - - {END IF} +
Channel Name {CHANNEL}
Keep topic
Peace
Private
Restricted
Secure
Secure Ops
Topic Lock
diff --git a/modules/extra/webcpanel/templates/default/confirm.html b/modules/extra/webcpanel/templates/default/confirm.html index 918ccd971..c9e609158 100644 --- a/modules/extra/webcpanel/templates/default/confirm.html +++ b/modules/extra/webcpanel/templates/default/confirm.html @@ -1,30 +1,47 @@ - - - - - {TITLE} - - -
-
- -
- - - - -
-
- -
+ + + + + + + + + + + + + {TITLE} + + +
+
+
+ + Back Home + +

Register

+ + {IF EXISTS MESSAGES} +
{FOR M IN MESSAGES} {M}
{END FOR} -
-
-
- - +
+ {END IF} + + + +
+
+
+ +
+
+ + + + + diff --git a/modules/extra/webcpanel/templates/default/footer.html b/modules/extra/webcpanel/templates/default/footer.html index 65d23402a..6d224f8df 100644 --- a/modules/extra/webcpanel/templates/default/footer.html +++ b/modules/extra/webcpanel/templates/default/footer.html @@ -1,7 +1,13 @@ +
+ + +
+
+ +
+
- - - - + + \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/header.html b/modules/extra/webcpanel/templates/default/header.html index 3cb1cf372..a5fe89517 100644 --- a/modules/extra/webcpanel/templates/default/header.html +++ b/modules/extra/webcpanel/templates/default/header.html @@ -1,113 +1,53 @@ - - - - - - {TITLE} - {IF EXISTS CMDR} - + - $('#mask').css(\{'width': mWidth, 'height': mHeight\}); - $('#mask').fadeIn(200); - $('#mask').fadeTo('fast',0.75); - - $('#dialogMsg').html(alertMsg); - - top = mHeight/2-oHeight/2; - left = mWidth/2-oHeight/2; - - $(id).css('top', top); - $(id).css('left', left); - $('.master').fadeTo('fast',0.3); - - $(id).fadeIn(500); - setTimeout(hideModal, t); - - \} - - $(window).resize(function() \{ - if ($('#mask').not(':hidden')) \{ - mHeight = $(document).height(); - mWidth = $(window).width(); + - /* Might as well only change the postion of box if the window is large enough */ - if ((mHeight > oHeight) && (mWidth > oWidth)) \{ - top = mHeight/2-oHeight/2; - left = mWidth/2-oHeight/2; - $('#mask').css(\{'width': mWidth, 'height': mHeight\}); - $(id).css('top', top); - $(id).css('left', left); - \} - - \} - \}) - - \}); - - {END IF} - - -
-
-

Status Message:

-
- -
-
-
-
-
- -
Logged in as {ACCOUNT} (Logout)
-
- -
+ {TITLE} + + +
+
+ +
+ +
+
+ +
+ +
+
diff --git a/modules/extra/webcpanel/templates/default/hostserv/request.html b/modules/extra/webcpanel/templates/default/hostserv/request.html index 158bed28f..3b2b30c7d 100644 --- a/modules/extra/webcpanel/templates/default/hostserv/request.html +++ b/modules/extra/webcpanel/templates/default/hostserv/request.html @@ -1,29 +1,43 @@ {INCLUDE header.html} - {FOR M IN MESSAGES} - {M}
- {END FOR} - - - - -
Your current vHost: - {IF EXISTS VHOST} - {VHOST} - {ELSE} - None - {END IF} -
- {IF EXISTS CAN_REQUEST} - {IF EXISTS VHOST} - Request a new vHost - {ELSE} - Request a vHost - {END IF} - - - - - {ELSE} - vHost requests are disabled on this network. - {END IF} + {FOR M IN MESSAGES} +
+ {M}
+
+ {END FOR} + +

vHost Information

+ + + + + + + + {IF EXISTS CAN_REQUEST} + + + + + + + + {ELSE} + + + + {END IF} + +
Your current vHost: + {IF EXISTS VHOST} + {VHOST} + {ELSE} + None + {END IF} +
+ {IF EXISTS VHOST} + Request a new vHost + {ELSE} + Request a vHost + {END IF} +
vHost requests are disabled on this network.
{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/login.html b/modules/extra/webcpanel/templates/default/login.html index 7aa54aa9c..250dde1f0 100644 --- a/modules/extra/webcpanel/templates/default/login.html +++ b/modules/extra/webcpanel/templates/default/login.html @@ -1,47 +1,54 @@ - - - - - {TITLE} - - -
-
- + + + + + + + + + + + + + {TITLE} + + +
+
+
+ + + +

Login to continue

+ + {IF EXISTS INVALID_LOGIN} +
+ {INVALID_LOGIN} +
+ {END IF} + + +
+
+ +
+
+
+ +
+
- - - - -
-
- -
-

Login

- {INVALID_LOGIN}
- Login to continue. -
-
- - - - - - - - - - - - - -
Username:
Password:
-
-
-
-
- - + + + + diff --git a/modules/extra/webcpanel/templates/default/memoserv/memos.html b/modules/extra/webcpanel/templates/default/memoserv/memos.html index 4239a926f..dc82846c6 100644 --- a/modules/extra/webcpanel/templates/default/memoserv/memos.html +++ b/modules/extra/webcpanel/templates/default/memoserv/memos.html @@ -1,69 +1,103 @@ {INCLUDE header.html} - Channels you have access in:
- {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} - {CH} - {END FOR} -

{FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} -
+ {IF EXISTS NUMBER} - - Memos List: - - - - - - - {FOR I,S,T,TXT,U IN NUMBER,SENDER,TIME,TEXT,UNREAD} - {IF EQ U YES} - - {ELSE} - - {END IF} - - - - - {IF EQ U YES} - - - - - {ELSE} - - - - - {END IF} - + + +

Memos List

+
NumberSenderTime/Message
{I}{S}{TXT}
Mark as Read   - Reply  - Delete
Mark as Unread   - Reply   - Delete
+ + + + + + + + {FOR I,S,T,TXT,U IN NUMBER,SENDER,TIME,TEXT,UNREAD} + {IF EQ U YES} + + {ELSE} + + {END IF} + + + + + {END FOR} +
NumberSenderMessage (hover: Time)
{I}{S}{TXT} + {IF EQ U YES} + Reply + Mark as Read + Delete + {ELSE} + Reply + Mark as Unread + Delete + {END IF} +
{ELSE} - No memos to show. + No memos to show. {END IF} -

+
- Send a new Memo -
- Receiver: - Message: - -
+
+
+

Memos for channel

+
    + {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES} +
  • {CH}
  • + {END FOR} +
+
+
+

Send a new Memo

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+ + {IF EXISTS CMDR} +
+ {CMDR} +
+ {END IF} {INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/access.html b/modules/extra/webcpanel/templates/default/nickserv/access.html index 9948c3694..89a867627 100644 --- a/modules/extra/webcpanel/templates/default/nickserv/access.html +++ b/modules/extra/webcpanel/templates/default/nickserv/access.html @@ -1,24 +1,40 @@ {INCLUDE header.html} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} + {IF EXISTS ACCESS} - Your access list: - - {FOR A IN ACCESS} - - - - - {END FOR} +

Nick access list

+
{A}Delete
+ + {FOR A IN ACCESS} + + + + + {END FOR} +
{A}Delete
{ELSE} Your access list is empty. {END IF} -

- Add an access entry: -
- - + +
+ +

Add an access entry

+ +
+ +
+ +
+
+
+
+ +
+
{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/alist.html b/modules/extra/webcpanel/templates/default/nickserv/alist.html index e36143458..224f09894 100644 --- a/modules/extra/webcpanel/templates/default/nickserv/alist.html +++ b/modules/extra/webcpanel/templates/default/nickserv/alist.html @@ -1,16 +1,21 @@ {INCLUDE header.html} - - - - - - - {FOR N,C,A IN NUMBERS,CHANNELS,ACCESSES} - - - - - - {END FOR} -
NumberChannelAccess
{N}{C}{A}
+

Channel access list

+ + + + + + + + + + {FOR N,C,A IN NUMBERS,CHANNELS,ACCESSES} + + + + + + {END FOR} + +
NumberChannelAccess
{N}{C}{A}
{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/cert.html b/modules/extra/webcpanel/templates/default/nickserv/cert.html index 31f12b883..636626e2a 100644 --- a/modules/extra/webcpanel/templates/default/nickserv/cert.html +++ b/modules/extra/webcpanel/templates/default/nickserv/cert.html @@ -1,19 +1,36 @@ {INCLUDE header.html} {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} - Your certificate finrgerprints: - + + Your certificate finrgerprints +
+ {FOR CERT IN CERTS} - - - - + + + + {END FOR} +
{CERT}Delete
{CERT}Delete
- Add an certificate fingerprint -
- - + +
+ +

Add an certificate fingerprint

+ +
+ +
+ +
+
+
+
+ +
+
{INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/nickserv/info.html b/modules/extra/webcpanel/templates/default/nickserv/info.html index 1dd051364..22addbf4f 100644 --- a/modules/extra/webcpanel/templates/default/nickserv/info.html +++ b/modules/extra/webcpanel/templates/default/nickserv/info.html @@ -1,82 +1,74 @@ {INCLUDE header.html} + {IF EXISTS ERRORS} {FOR M IN ERRORS} - {M}
+
+ {M}
+
{END FOR} + {END IF} + + {IF EXISTS MESSAGES} +
{FOR M IN MESSAGES} - {M}
+ {M}
{END FOR} - Your account information: -
- - - - - - {IF EXISTS EMAIL} - - - - - {END IF} - - - - - {IF EXISTS VHOST} - - - - - {END IF} - - - - - - - {IF EXISTS AUTOOP} - - {ELSE} - + + {END IF} + +

Your account information:

+ +
Account:{DISPLAY}
EMail{EMAIL}
Time registered{TIME_REGISTERED}
Vhost{VHOST}
Greet
Auto op
+ + + + + + {IF EXISTS EMAIL} + + + + {END IF} - - - - {IF EXISTS PRIVATE} - - {ELSE} - + + + + + {IF EXISTS VHOST} + + + + {END IF} - - - - {IF EXISTS SECURE} - - {ELSE} - - {END IF} - - - - - + + + + + + + + + + + + + + + + + + + + +
Account:{DISPLAY}
E-mail:{EMAIL}
Private
Time registered:{TIME_REGISTERED}
Vhost:{VHOST}
Secure
Kill
Greet:
Auto op:
Private:
Secure:
Kill: + +
- -
+
+ +
+ {INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/operserv/akill.html b/modules/extra/webcpanel/templates/default/operserv/akill.html index dbe667938..5c25c26da 100644 --- a/modules/extra/webcpanel/templates/default/operserv/akill.html +++ b/modules/extra/webcpanel/templates/default/operserv/akill.html @@ -1,49 +1,71 @@ {INCLUDE header.html} - {IF EXISTS NOACCESS} - Access denied. - {ELSE} + {IF EXISTS NOACCESS} +

Access denied.

+ {ELSE} + {FOR M IN MESSAGES} - {M}
+
+ {M}
+
{END FOR} -
AKILL List: - - - - - - - -
NumberHostmaskExpiresSetter -
-
- + + + +

AKILL List

+
+ + + + + + + + + + {FOR N,H,S,T,E,R IN NUMBER,HOST,SETTER,TIME,EXPIRE,REASON} - - - - - + + + + + {END FOR} -
NumberHostmask (hover: Reason)Expires (hover: Set Date)Setter
{N}{H}{E}{S}Delete{N}{H}{E}{S}Delete

-
- Add a new AKILL -
- - - - - - - - - - - -
HostMaskExpiryReason
- -
- {END IF} + + +
+ +

Add a new AKILL

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ {END IF} {INCLUDE footer.html} diff --git a/modules/extra/webcpanel/templates/default/register.html b/modules/extra/webcpanel/templates/default/register.html index 8f6a5296a..598d2ecff 100644 --- a/modules/extra/webcpanel/templates/default/register.html +++ b/modules/extra/webcpanel/templates/default/register.html @@ -1,51 +1,55 @@ - - - - - {TITLE} - - -
-
- -
- - - - -
-
- + + + + + + + + + + + + + {TITLE} + + +
+
+
+ + Back Home + +

Register

+ + {IF EXISTS MESSAGES} +
{MESSAGES} -
-

Register

-
- Fill out the following form to register. -
- - - - - - - - - - - - - - - - - -
Username:
Password:
Email
-
-
-
-
- - - +
+ {END IF} + + +
+
+ +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css index 13b4e4759..117cc1ecc 100644 --- a/modules/extra/webcpanel/templates/default/style.css +++ b/modules/extra/webcpanel/templates/default/style.css @@ -1,204 +1,127 @@ -html { -font-family: 'Cabin', Helvetica, Arial, sans-serif; -} -body { - overflow:hidden; - z-index: 10; -} -.master { - margin-left:0px; - margin-right:0px; - height:100%; - background: #FFF; - border-width: 1px; - border-style: solid; - overflow: hidden; -} -.header { - height: 33px; - padding-left: 5px; - width: auto; - background: #EEE; - border-width: 1px; - border-bottom-style: solid; -} -.sidebar { - width: 185px; - background: #EEE; - height: 500px; - border-width: 1px; - border-right-style: solid; - padding-top:15px; - padding-left:15px; -} - -.loggedinas { - right:15px; - top:15px; - position:absolute; -} - -#button { - padding: 0; - height:30px; - margin: 0px; - padding-bottom: 2px; -} -#button li { - display: inline; -} - -#button li a { - font-family: Arial; - font-size:11px; - text-decoration: none; - float:left; - padding: 10px; - background-color: #EEE; - height:13px; - color: #000; -} -#button li a:hover { - background-color: #A8BEE3; - padding-bottom:10px; -} -#a.current { - color:navy; -} - -.content { - left:220px; - top:50px; - position:absolute; -} - -.footer { - margin-left:auto; - margin-right:auto; - text-align:center; - height: 30px; - width:100%; - background: #FFF; - overflow: hidden; -} - -.sidenav { - list-style-type: none; - background: #EEE -} - -.sidenav a { - color:black; - text-decoration:none; -} -.sidenav a:hover{ - color:black; - background:#FFF; - text-decoration:underline; -} - -.scroll { - overflow-x: scroll; - height: 125px; -} - -.cinfo { - overflow-x: scroll; - height: 450px; -} - -.right { - text-align: right; -} -/* Table Stuff */ -.akillR1 { - width: 80px; - text-align: left; -} -.akillR2 { - width: 250px; - text-align: left; -} -.akillR3 { - width: 100px; - text-align: left; -} - -td.right a:link, td.right a:visited { - color: #000; - background-color: #FFF; - border: 1px solid #000; - padding: 0px 4px; - -webkit-border-radius: 5x; - border-radius: 5px; - text-decoration: none; -} - -td.right a:hover { - color: #00F; -} - -table#memoTable { - border-spacing: 0px; - border-collapse: collapse; -} - -table#memoTable tr { - padding: 1px; -} - -tr.read { - background-color: #FFF; -} - -tr.unread { - background-color: #EEE; -} - -tr.read td, tr.unread td { - padding: 2px; -} - -/* Modal Window */ -#mask { - position: absolute; - z-index: 9000; - background-color: #000; - height: 100%; - width: 100%; - display: none; -} - -#boxes .window { - position:fixed; - width:440px; - height:200px; - display:none; - z-index:9999; - padding:20px; -} - -#boxes #dialog { - text-align: center; - background-color: #FFF; - width:375px; - height:203px; - padding: 20px; - -webkit-border-radius: 15px; - border-radius: 15px; - display: none; -} - -#dialogClose { - padding-top: 20px; -} - -#dialogClose a:link, #dialogClose a:visited { - color: #000; - text-decoration: none; -} - -#dialogClose a:hover { - color: #000; - text-decoration: underline; -} +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400); + +*, html, body, h1, h2, h3, h4, div, p, span, a, button { + font-family: 'Open Sans', sans-serif; +} +body { + background-color: #eee; + background-image: url('http://politeia.in/assets/img/bg/cubes.png'); +} + +/* RANDOM STUFF */ +#frontPages { + padding-top: 20px; +} + +h2 { + margin: 0 0 10px 0; +} +h4 { + margin-top: 30px; +} +.popover { + max-width: 450px; + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8); + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8); +} + +/* LOGIN FORM */ +.form-signin .form-signin-heading, .form-signin .checkbox { + margin-bottom: 10px; +} +.form-signin .checkbox { + font-weight: normal; +} +.form-signin .form-control { + position: relative; + font-size: 16px; + height: auto; + padding: 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.form-signin .form-control:focus { + z-index: 2; +} +/* FOOTER */ +.footer { + margin-top: 20px; +} + +/* Control Panel */ +#loggedIn { + margin: 15px 15px 0 0; +} + +#navPanel { + margin: 0; + padding: 0; +} +.table thead > tr:first-child > th, .table tbody > tr:first-child > th, .table tfoot > tr:first-child > th, .table thead > tr:first-child > td, .table tbody > tr:first-child > td, .table tfoot > tr:first-child > td { + vertical-align: top; + border-top: 0; +} +#tableInfo td { + vertical-align: middle; +} +#tableInfo td:first-child { + font-weight: bold; + padding-right: 10px; + text-align: right; +} + +#tableInfoNorm td { + vertical-align: middle; +} +#tableInfoNorm td:first-child { + font-weight: bold; + padding-right: 10px; +} + +#tableInfoMemos td { + vertical-align: top; +} +#tableInfoMemos td:first-child { + font-weight: bold; + padding-right: 10px; +} +#tableInfoMemos th small { + font-weight: normal; +} + +#tableNSAccess td { + vertical-align: middle; +} +#tableNSAccess td:first-child { + padding-right: 10px; + text-align: left; +} +#tableNSAccess td:last-child { + padding-right: 10px; + text-align: right; +} +#tableNSAccess th small { + font-weight: normal; +} + +/* NAVBAR */ +.navbar, .well { + background-color: white; +} + +.navbar { + -webkit-box-shadow: 0 8px 6px -8px black; + -moz-box-shadow: 0 8px 6px -8px black; + box-shadow: 0 8px 6px -8px black; +} + +.navbar-default .navbar-nav > li > a { + color: #777777; +} + +.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + color: #333333; + border-bottom: 3px solid #0082D9; + margin-bottom: -3px; +}