X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/20157c51f50045d023f15b4b414ece06ebac5641..7db05815d4c3a0c601a8aafd827822d8f2bcac96:/static/css/dialogs.css diff --git a/static/css/dialogs.css b/static/css/dialogs.css index c6edaf0..5c3b737 100644 --- a/static/css/dialogs.css +++ b/static/css/dialogs.css @@ -1,3 +1,4 @@ +/**************** LOGIN BOX *******************/ .qwebirc-loginbox { height: 100%; width: 100%; @@ -28,6 +29,7 @@ text-align: left; } +/**************** CONFIRM LOGIN BOX *******************/ .qwebirc-confirmbox { height: 100%; width: 100%; @@ -46,6 +48,7 @@ text-align: center; } +/**************** ABOUT PANE *******************/ .qwebirc-aboutpane { background-color: lightgrey; font-size: 1em !important; @@ -86,6 +89,7 @@ margin-top: 0px; } +/**************** EMBEDDED WIZARD *******************/ div.qwebirc-embeddedwizard { padding-left: 5px; padding-top: 2px;