diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 3443f1a9..569b63d6 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -219,7 +219,3 @@ padding: 2px; } - form.actions - { - display: inline; - } diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index eaced29b..1d006936 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -462,15 +462,7 @@ function package_details($id=0, $SID="") { echo "
\n"; echo "
".__("Actions")."
\n"; echo "
\n"; - - # Add Comment button - # - echo "
\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; + echo " \n"; echo " \n"; echo " \n"; # Voting Button @@ -531,11 +523,13 @@ function package_details($id=0, $SID="") { echo "\n"; } + echo "
\n"; echo "
\n"; echo "
\n"; echo "\n
\n\n"; } + # Comments # echo "
\n"; @@ -591,6 +585,15 @@ function package_details($id=0, $SID="") { } } + echo " \n"; + echo " \n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; echo "\n";