borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

unformated table and blank button on user list #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On: https://pv1.arquivo.pt/prefs_users_overview

The table containing the user list is unformatted.

The button on the bottom to Save is blank.

Original issue reported on code.google.com by danielco...@gmail.com on 30 Mar 2015 at 4:51

GoogleCodeExporter commented 9 years ago
Buttons are now fixed.

The table containing the user list has too much content and it breaks the 
viewport. I suggest we open an exception for this issue and (re)formatting the 
<table> (listing) for a bigger viewport.

CSS Code:

form[action="prefs_users_overview"] input[type="submit"],
form[action="prefs_groups_overview"] input[type="submit"],
#region-content input[type="submit"] { background: #4597e2 !important; color: 
#fff; border: 0 !important; padding: 0.3em 0.5em; font-size: 14px !important; 
font-weight: bold; cursor: pointer; border-radius: 0.2em; }
form[action="prefs_users_overview"] input[type="submit"]:hover,
form[action="prefs_users_overview"] input[type="submit"]:active,
form[action="prefs_groups_overview"] input[type="submit"]:hover,
form[action="prefs_groups_overview"] input[type="submit"]:active,
#region-content input[type="submit"]:hover,
#region-content input[type="submit"]:active { color: rgba(255,255,255,0.7); }

.documentEditable #content,
.documentEditable #region-content { padding: 15px; }

Original comment by hugo.mendes@gmail.com on 11 May 2015 at 4:38

GoogleCodeExporter commented 9 years ago
The table cell has been stretched to fit content.

CSS Code:

body.template-prefs_users_overview td#portal-column-content { width: 100%; }

Original comment by hugo.mendes@gmail.com on 14 May 2015 at 2:16