Commit 1ab50c3c authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up old CSS.

Add pop up dialog style CSS for KM.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44389 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 008f2500
......@@ -242,12 +242,7 @@ fieldset.left{\n
overflow: hidden;\n
}\n
\n
div.input > input {\n
max-width:320px;\n
}\n
\n
/* Top navigation */\n
\n
#menu {\n
width:100%;\n
height:40px;\n
......@@ -552,10 +547,6 @@ fieldset.right .field {\n
float: left;\n
}\n
\n
.input input[type=image] {\n
width: auto !important;\n
}\n
\n
.bottom_actions {\n
float:right;\n
width: auto;\n
......@@ -1340,6 +1331,29 @@ button.formbt > span{\n
height:auto;\n
padding:0;\n
}\n
\n
/* Pop up ui */\n
.ui-dialog-titlebar{\n
text-align:right;\n
}\n
.ui-dialog-title{\n
font-weight: bold;\n
}\n
.ui-icon-closethick{\n
text-transform: uppercase;\n
}\n
.ui-dialog{\n
position:absolute;\n
background: white;\n
padding:10px;\n
-moz-border-radius:4px 4px 4px 4px;\n
-webkit-border-radius:4px 4px 4px 4px;\n
border-radius:4px 4px 4px 4px;\n
-moz-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.5);\n
-webkit-box-shadow:4px 4px 4px rgba(0, 0, 0, 0.5);\n
box-shadow:4px 4px 4px rgba(0, 0, 0, 0.5);\n
}\n
\n
</tal:block>
]]></unicode> </value>
......
......@@ -86,7 +86,6 @@ div.listbox-action-widget button, \n
div.listbox-action-widget a.button {\n
border:0 none;\n
cursor:pointer;\n
height:27px;\n
float:left;\n
margin-right:3px;\n
margin-bottom:3px;\n
......
1779
\ No newline at end of file
1780
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment