Fixed up security, medical, card, and crew. Made Computer 3 actually do what it's supposed to do.

Conflicts:
	code/datums/browser.dm
	html/browser/common.css
This commit is contained in:
DJSnapshot
2014-06-22 03:31:06 -07:00
committed by ZomgPonies
parent f35d8d335d
commit 54b2e5f7a7
8 changed files with 29 additions and 51 deletions
@@ -193,7 +193,8 @@
else
else
dat += text("<A href='?src=\ref[];choice=Log In'>{Log In}</A>", src)
var/datum/browser/popup = new(usr, "secure_rec", "Security Records", 600, 400)
popup.width = 600
popup.height = 400
popup.set_content(dat)
popup.set_title_image(usr.browse_rsc_icon(computer.icon, computer.icon_state))
popup.open()